debug logging removed
This commit is contained in:
parent
8eeb2dc57e
commit
1c064ec13a
2 changed files with 0 additions and 2 deletions
|
|
@ -16,7 +16,6 @@ module.exports = {
|
|||
|
||||
findPreviousInBuffer : (buffer, curPos, pattern) ->
|
||||
found = @findInBuffer(buffer, pattern)
|
||||
console.log found, curPos
|
||||
less = (i for i in found when i.compare([curPos, curPos]) is -1)
|
||||
if less.length > 0
|
||||
return less[less.length - 1].start.row
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue