diff --git a/src/app/editor.coffee b/src/app/editor.coffee index 182f4948e..b09c85979 100644 --- a/src/app/editor.coffee +++ b/src/app/editor.coffee @@ -555,7 +555,6 @@ class Editor extends View @css('font-size', fontSize + 'px') @calculateDimensions() @compositeCursor.updateAppearance() - console.log @getFirstVisibleScreenRow(), @getLastVisibleScreenRow() @updateLines() getCursors: -> @compositeCursor.getCursors()