Removed console.log statement

This commit is contained in:
Art Lowel
2017-03-06 11:12:05 +01:00
parent 7745938027
commit 07150d3d6a

View File

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