21128: fixed navToOutput and circular deps Arvados-DCO-1.1-Signed-off-by: Lisa Knox...
[arvados-workbench2.git] / src / store / trash / trash-actions.ts
index dd442188314865bb6cae3c4174e9c56947458c45..f4e3d3f0c4de225406cff2a8c4b6e1c9eed61fe9 100644 (file)
@@ -77,7 +77,6 @@ export const toggleCollectionTrashed =
         async (dispatch: Dispatch, getState: () => RootState, services: ServiceRepository): Promise<any> => {
             let errorMessage = "";
             let successMessage = "";
-            console.log('hi')
             dispatch<any>(addDisabledButton(MultiSelectMenuActionNames.MOVE_TO_TRASH))
             try {
                 if (isTrashed) {