Remove commented-out console.log.
[dygraphs.git] / common / textarea.js
index c3c61be..b3a9590 100644 (file)
@@ -104,7 +104,6 @@ TextArea.prototype.show = function(title, content) {
   var textarea = this;
 
   this.keyDownListener_ = function(event) {
-    // console.log(event);
     if(event.keyCode == 13) { // enter / return
       textarea.hide();
     }