From: Daniel Kutyła Date: Tue, 22 Sep 2020 15:40:07 +0000 (+0200) Subject: 16243: Removed console.log X-Git-Tag: 2.1.0~9^2 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/ff8e2c5d55ac3bf5d897c774879f5f544b518553 16243: Removed console.log Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła --- diff --git a/src/store/collections/collection-partial-copy-actions.ts b/src/store/collections/collection-partial-copy-actions.ts index 621f1957..74fa17b3 100644 --- a/src/store/collections/collection-partial-copy-actions.ts +++ b/src/store/collections/collection-partial-copy-actions.ts @@ -66,7 +66,6 @@ export const copyCollectionPartial = ({ name, description, projectUuid }: Collec const filesToDelete = copiedFiles.map(({ id }) => id).filter(file => { return !paths.find(path => path.indexOf(file.replace(newCollection.uuid, '')) > -1); }); - // console.log(paths.length, filesToDelete.length, copiedFiles.length); await services.collectionService.deleteFiles( '', filesToDelete