From 66705a683fbfffb14da7d61aec634ff2ecefde5e Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Fri, 4 Feb 2022 19:28:03 -0300 Subject: [PATCH] 18661: Removes debugging code. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- src/store/workbench/workbench-actions.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/store/workbench/workbench-actions.ts b/src/store/workbench/workbench-actions.ts index 7a477376..03d65f62 100644 --- a/src/store/workbench/workbench-actions.ts +++ b/src/store/workbench/workbench-actions.ts @@ -443,7 +443,6 @@ export const couldNotLoadUser = snackbarActions.OPEN_SNACKBAR({ export const reloadProjectMatchingUuid = (matchingUuids: string[]) => async (dispatch: Dispatch, getState: () => RootState, services: ServiceRepository) => { - console.log("ReloadProjectMatchingUUID: ", matchingUuids); const currentProjectPanelUuid = getProjectPanelCurrentUuid(getState()); if (currentProjectPanelUuid && matchingUuids.some(uuid => uuid === currentProjectPanelUuid)) { dispatch(loadProject(currentProjectPanelUuid)); -- 2.30.2