Stop debug logging

This commit is contained in:
jazzpi 2015-03-22 23:30:01 +01:00
parent f662a96afd
commit 822d5fcf97

View file

@ -198,11 +198,9 @@ class Ex
else
throw e
console.log pattern, [[range[0], 0]]
buffer = atom.workspace.getActiveTextEditor().buffer
# This adds an entry to the history for each replacement
for line in [range[0]..range[1]]
console.log line
buffer.scanInRange(pattern,
[[line, 0], [line, buffer.lines[line].length]],
({match, matchText, range, stop, replace}) ->