[perf-web] Remove a left-over log statement



commit ca6efe28ba7bb1bf00cb01fd873f63b081ee8759
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Sun Sep 14 16:33:44 2014 -0400

    Remove a left-over log statement

 static/main.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/static/main.js b/static/main.js
index 29b1fb9..f20d62f 100644
--- a/static/main.js
+++ b/static/main.js
@@ -1406,7 +1406,6 @@ PerfDisplay.prototype.onWindowLoaded = function() {
     });
 
     $( document.body ).keypress(function(e) {
-        console.log(e);
         if (e.which == 43) { /* + */
             e.preventDefault();
             this.zoomIn();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]