From 1b2b5b33112759df72df3c33becd5523710f4093 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Wed, 16 May 2012 11:06:42 -0700 Subject: [PATCH] :shit: --- src/app/editor.coffee | 1 - 1 file changed, 1 deletion(-) 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()