X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=common%2Ftextarea.js;h=b3a9590010e0f145495897e8b1d55fe2d0d92b54;hb=83008f0ac1a69feb8a23d489cd706b464e69646b;hp=6580d3ac2c29eb0f2f6b6043f74d8314bf3b092f;hpb=bceff4bfe5fc77816c5c6f0025e38debfbfbfd0a;p=dygraphs.git diff --git a/common/textarea.js b/common/textarea.js index 6580d3a..b3a9590 100644 --- a/common/textarea.js +++ b/common/textarea.js @@ -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(); }