21128: copied collection action to fix dependency Arvados-DCO-1.1-Signed-off-by:...
[arvados-workbench2.git] / src / components / multiselect-toolbar / MultiselectToolbar.tsx
index 780d7c43ac17231ef5f5021136671caa234b89b3..72d375ff9da2c7ee77fdaaa1322d1d6a7db16bc7 100644 (file)
@@ -62,9 +62,6 @@ export const MultiselectToolbar = connect(
 
         const currentPathIsTrash = window.location.pathname === "/trash";
 
-console.log(currentPathIsTrash && selectedToKindSet(checkedList).size)
-
-
         const actions =
             currentPathIsTrash && selectedToKindSet(checkedList).size
                 ? [msToggleTrashAction]