From 145a5be9dc3be3f61275e055e09c370ec197e782 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Thu, 2 Mar 2023 00:12:25 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Committing=20the=20reducer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rishi Ghan --- src/client/reducers/fileops.reducer.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client/reducers/fileops.reducer.ts b/src/client/reducers/fileops.reducer.ts index 4c30a1e..210c85c 100644 --- a/src/client/reducers/fileops.reducer.ts +++ b/src/client/reducers/fileops.reducer.ts @@ -244,7 +244,6 @@ function fileOpsReducer(state = initialState, action) { }; } case WANTED_COMICS_FETCHED: { - console.log(action); const foo = []; if (!isUndefined(action.data.hits)) { map(action.data.hits, ({ _source }) => {