Revert "⬆️ autosave"

This reverts commit cc6e127ec1.
This commit is contained in:
Nathan Sobo
2017-04-18 10:18:59 -06:00
parent cc6e127ec1
commit cf9cacd334
3 changed files with 2 additions and 3 deletions

View File

@@ -255,7 +255,6 @@ class TokenizedBuffer extends Model
new TokenizedLine({openScopes, text, tags, ruleStack, lineEnding, @tokenIterator})
tokenizedLineForRow: (bufferRow) ->
debugger
if 0 <= bufferRow <= @buffer.getLastRow()
if tokenizedLine = @tokenizedLines[bufferRow]
tokenizedLine