]> source.dussan.org Git - sonarqube.git/commitdiff
Top Search: remove console.log
authorStas Vilchik <vilchiks@gmail.com>
Mon, 17 Feb 2014 06:09:59 +0000 (12:09 +0600)
committerStas Vilchik <vilchiks@gmail.com>
Mon, 17 Feb 2014 06:09:59 +0000 (12:09 +0600)
sonar-server/src/main/webapp/javascripts/top-search.js

index d3e98dd72858b8b9f2258f4fa7ae44b7d8e3474e..f6b3d7afe6e27e03666cea6e0b2004cea24930fe 100644 (file)
             symbol = false;
           }
 
-          console.log(e.keyCode);
-
           switch (e.keyCode) {
             case 13: // return
               prevent(e);