mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Nix console.log on scroll.
This commit is contained in:
@@ -209,7 +209,6 @@ class Editor extends View
|
||||
# false
|
||||
|
||||
@scrollbar.on 'scroll', =>
|
||||
console.log "scrolling"
|
||||
@updateLines()
|
||||
@scroller.scrollTop(@scrollbar.scrollTop())
|
||||
@gutter.scrollTop(@scroller.scrollTop())
|
||||
|
||||
Reference in New Issue
Block a user