From ff8e2c5d55ac3bf5d897c774879f5f544b518553 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kuty=C5=82a?= Date: Tue, 22 Sep 2020 17:40:07 +0200 Subject: [PATCH] 16243: Removed console.log MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła --- src/store/collections/collection-partial-copy-actions.ts | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2