Removing console.log

💩
This commit is contained in:
Corey Johnson
2012-02-03 17:34:47 -08:00
parent 7cdcf2b358
commit f6f7a5aadd

View File

@@ -60,8 +60,6 @@ class Buffer
else
range = new Range([row, 0], [row + 1, 0])
console.log range
@change(range, '')
insert: (point, text) ->