🚧 remove console.log
TODO: fix TOGGLE_FORCE_DESKTOP not getting caught by reducer
This commit is contained in:
parent
27168f09c8
commit
cc32ee1484
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue