Skip to content

Commit b868efe

Browse files
committed
Remove console.log
1 parent fef5916 commit b868efe

File tree

1 file changed

+0
-1
lines changed
  • ui/arduino/views/components/elements

1 file changed

+0
-1
lines changed

ui/arduino/views/components/elements/editor.js

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class CodeMirrorEditor extends Component {
3737
}
3838

3939
updateScrollPosition(e) {
40-
console.log(e.target.scrollTop)
4140
this.scrollTop = e.target.scrollTop
4241
}
4342

0 commit comments

Comments
 (0)