From 43a92ea98aee00415ebcb6c033bf5553bf39354e Mon Sep 17 00:00:00 2001 From: John Furrow Date: Sun, 8 Nov 2015 16:04:23 -0800 Subject: [PATCH] Remove console.log --- client/source/scripts/reducers/uiReducer.js | 1 - 1 file changed, 1 deletion(-) 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,