Skip to content

Commit cc32ee1

Browse files
committed
🚧 remove console.log
TODO: fix TOGGLE_FORCE_DESKTOP not getting caught by reducer
1 parent 27168f0 commit cc32ee1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/modules/IDE/reducers/editorAccessibility.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const initialState = {
77
let messageId = 0;
88

99
const editorAccessibility = (state = initialState, action) => {
10-
console.log('accessbility');
1110
switch (action.type) {
1211
case ActionTypes.UPDATE_LINT_MESSAGE:
1312
messageId += 1;

0 commit comments

Comments
 (0)