From 284ccefc7950dd42aa15fd57e5171e1e70b5ce02 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Wed, 30 Aug 2023 12:25:54 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Added=20a=20console=20log=20for?= =?UTF-8?q?=20debugging=20purposes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/reducers/fileops.reducer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/reducers/fileops.reducer.ts b/src/client/reducers/fileops.reducer.ts index a527f29..6c8a17d 100644 --- a/src/client/reducers/fileops.reducer.ts +++ b/src/client/reducers/fileops.reducer.ts @@ -189,7 +189,7 @@ function fileOpsReducer(state = initialState, action) { } case RESTORE_JOB_COUNTS_AFTER_SESSION_RESTORATION: { - console.log("AASSSSHHHHH"); + console.log("Restoring state for an active import in progress..."); return { ...state, successfulJobCount: action.completedJobCount,