From: Lucas Di Pentima Date: Fri, 4 Feb 2022 22:28:03 +0000 (-0300) Subject: 18661: Removes debugging code. X-Git-Tag: 2.4.0~13^2 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/66705a683fbfffb14da7d61aec634ff2ecefde5e?ds=sidebyside;hp=-c 18661: Removes debugging code. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- 66705a683fbfffb14da7d61aec634ff2ecefde5e 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));