Remove screen line logging from spec

This commit is contained in:
Kevin Sawicki
2014-12-01 08:39:09 -08:00
parent be2d49a410
commit a5b7d15bcc

View File

@@ -3398,7 +3398,6 @@ describe "TextEditor", ->
expect(editor.getCursorBufferPosition()).toEqual([7, 2])
editor.insertNewline()
editor.logScreenLines()
expect(editor.lineTextForBufferRow(8)).toBe(" ")
it "does not indent the line preceding the newline", ->