BigW Consortium Gitlab

Commit 8cd4a7cf by Tim Zallmann

Removed the console.log

parent 8b16f107
......@@ -133,7 +133,6 @@ LineHighlighter.prototype.hashToRange = function(hash) {
//
// lineNumber - Line number to highlight
LineHighlighter.prototype.highlightLine = function(lineNumber) {
console.log('LINE : ' + lineNumber);
return $("#LC" + lineNumber).addClass(this.highlightLineClass);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment