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 }) => {