summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-06-27 11:26:47 +0200
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-06-27 11:53:24 +0200
commit5c5577b3a732489aeb5c7d0001562452e0712fa4 (patch)
treef213ab59f9d458b633d6ff612db90d81a38837d7
parenta4dc00d2deab41a752402dd36c83c468a9b3e498 (diff)
downloadsonarqube-5c5577b3a732489aeb5c7d0001562452e0712fa4.tar.gz
sonarqube-5c5577b3a732489aeb5c7d0001562452e0712fa4.zip
Remove JS console log
-rw-r--r--sonar-server/src/main/coffee/coding-rules/views/filters/query-filter-view.coffee1
1 files changed, 0 insertions, 1 deletions
diff --git a/sonar-server/src/main/coffee/coding-rules/views/filters/query-filter-view.coffee b/sonar-server/src/main/coffee/coding-rules/views/filters/query-filter-view.coffee
index b9cfa417a5d..8da995491c2 100644
--- a/sonar-server/src/main/coffee/coding-rules/views/filters/query-filter-view.coffee
+++ b/sonar-server/src/main/coffee/coding-rules/views/filters/query-filter-view.coffee
@@ -58,7 +58,6 @@ define [
checkSubmit: (e) ->
if (e.which == 13)
e.preventDefault()
- console.log e
@change(e)
@blur()
@options.app.filterBarView.$('.navigator-filter-submit').focus()