diff --git a/src/app/core/cache/request-cache.reducer.ts b/src/app/core/cache/request-cache.reducer.ts index b867dcbdf8..3378d55d53 100644 --- a/src/app/core/cache/request-cache.reducer.ts +++ b/src/app/core/cache/request-cache.reducer.ts @@ -61,7 +61,6 @@ export const requestCacheReducer = (state = initialState, action: RequestCacheAc }; function findAllRequest(state: RequestCacheState, action: RequestCacheFindAllAction): RequestCacheState { - console.log('break here', state); return Object.assign({}, state, { [action.payload.key]: { key: action.payload.key,