🔧 Added a console log for debugging purposes

This commit is contained in:
2023-08-30 12:25:54 -04:00
parent 874ba6b337
commit 284ccefc79

View File

@@ -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,