remove log

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-06-15 11:53:47 -07:00
parent b5d08ffcf3
commit a9a326f626

View File

@@ -73,7 +73,6 @@ oop.inherits(Mode, TextMode);
};
this.toggleCommentLines = function(state, doc, startRow, endRow){
console.log("toggle");
var range = new Range(0, 0, 0, 0);
for (var i = startRow; i <= endRow; ++i) {
var line = doc.getLine(i);