[ARVADOS-WORKBENCH2] updated: 1.4.1-428-gff8e2c5d

Git user git at public.arvados.org
Tue Sep 22 15:44:30 UTC 2020


Summary of changes:
 src/store/collections/collection-partial-copy-actions.ts | 1 -
 1 file changed, 1 deletion(-)

       via  ff8e2c5d55ac3bf5d897c774879f5f544b518553 (commit)
      from  ffbfe1965a34800f933b20a32374d9cd9eb7ea72 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit ff8e2c5d55ac3bf5d897c774879f5f544b518553
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date:   Tue Sep 22 17:40:07 2020 +0200

    16243: Removed console.log
    
    Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>

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

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list