remove debugging logs
This commit is contained in:
parent
72fad7c432
commit
8dbd88f6fb
1 changed files with 0 additions and 2 deletions
|
@ -120,8 +120,6 @@ export const FilesDownloadProgress: React.FC<FilesDownloadProgressProps> = ({
|
|||
}
|
||||
};
|
||||
|
||||
console.log('attributesList', attributesList);
|
||||
|
||||
return (
|
||||
<>
|
||||
{attributesList.map((attributes, index) => (
|
||||
|
|
Loading…
Add table
Reference in a new issue