mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Removed console.log statement
This commit is contained in:
1
src/app/core/cache/request-cache.reducer.ts
vendored
1
src/app/core/cache/request-cache.reducer.ts
vendored
@@ -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,
|
||||
|
Reference in New Issue
Block a user