🚧 remove console.log

TODO: fix TOGGLE_FORCE_DESKTOP not getting caught by reducer
This commit is contained in:
ghalestrilo 2020-08-20 18:42:56 -03:00
parent 27168f09c8
commit cc32ee1484
1 changed files with 0 additions and 1 deletions

View File

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