diff --git a/client/source/scripts/reducers/uiReducer.js b/client/source/scripts/reducers/uiReducer.js index 371d2ad6..451107b8 100644 --- a/client/source/scripts/reducers/uiReducer.js +++ b/client/source/scripts/reducers/uiReducer.js @@ -68,7 +68,6 @@ export default function uiReducer(state = initialState, action) { ); case 'UI_DISPLAY_MODAL': - console.log(action.payload); return Object.assign( {}, state,