From cc32ee1484b244f9055c518259b2f3facfb88c6b Mon Sep 17 00:00:00 2001 From: ghalestrilo Date: Thu, 20 Aug 2020 18:42:56 -0300 Subject: [PATCH] :construction: remove console.log TODO: fix TOGGLE_FORCE_DESKTOP not getting caught by reducer --- client/modules/IDE/reducers/editorAccessibility.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/modules/IDE/reducers/editorAccessibility.js b/client/modules/IDE/reducers/editorAccessibility.js index 325fe54c..73d6cd75 100644 --- a/client/modules/IDE/reducers/editorAccessibility.js +++ b/client/modules/IDE/reducers/editorAccessibility.js @@ -7,7 +7,6 @@ const initialState = { let messageId = 0; const editorAccessibility = (state = initialState, action) => { - console.log('accessbility'); switch (action.type) { case ActionTypes.UPDATE_LINT_MESSAGE: messageId += 1;