16243: Removed console.log 16243-filter-files-by-name-on-collections-file-listing
authorDaniel Kutyła <daniel.kutyla@contractors.roche.com>
Tue, 22 Sep 2020 15:40:07 +0000 (17:40 +0200)
committerDaniel Kutyła <daniel.kutyla@contractors.roche.com>
Tue, 22 Sep 2020 15:40:07 +0000 (17:40 +0200)
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

src/store/collections/collection-partial-copy-actions.ts

index 621f1957d4ab639262f9b9570ac3bc18dec1ebcc..74fa17b35cf47dc5d42d2e6dbd0871809ea15fbb 100644 (file)
@@ -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