18661: Removes debugging code. 18661-refresh-flicker-fix
authorLucas Di Pentima <lucas.dipentima@curii.com>
Fri, 4 Feb 2022 22:28:03 +0000 (19:28 -0300)
committerLucas Di Pentima <lucas.dipentima@curii.com>
Fri, 4 Feb 2022 22:28:03 +0000 (19:28 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

src/store/workbench/workbench-actions.ts

index 7a477376dbcd124a59e98764b198f76b1cc94553..03d65f62817e120567e3d27152f5f418caddd15b 100644 (file)
@@ -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<any>(loadProject(currentProjectPanelUuid));