From: Stas Vilchik Date: Mon, 17 Feb 2014 06:09:59 +0000 (+0600) Subject: Top Search: remove console.log X-Git-Tag: 4.2~113 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=75b75f672e4c08386057c01f7f713751b1dd0301;p=sonarqube.git Top Search: remove console.log --- diff --git a/sonar-server/src/main/webapp/javascripts/top-search.js b/sonar-server/src/main/webapp/javascripts/top-search.js index d3e98dd7285..f6b3d7afe6e 100644 --- a/sonar-server/src/main/webapp/javascripts/top-search.js +++ b/sonar-server/src/main/webapp/javascripts/top-search.js @@ -137,8 +137,6 @@ symbol = false; } - console.log(e.keyCode); - switch (e.keyCode) { case 13: // return prevent(e);