aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-07-02 12:24:36 +0200
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-07-02 12:24:43 +0200
commit2cb7c55dd42894d4ab18e3b5f0b262a773ca78fd (patch)
treebefe265eff4bbb26499ed9142b723d1d606ef512
parentd0f6b49b83178afdf8dfd4da48889354eaf99a23 (diff)
downloadsonarqube-2cb7c55dd42894d4ab18e3b5f0b262a773ca78fd.tar.gz
sonarqube-2cb7c55dd42894d4ab18e3b5f0b262a773ca78fd.zip
Remove console.log
-rw-r--r--sonar-server/src/main/js/top-search.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/sonar-server/src/main/js/top-search.js b/sonar-server/src/main/js/top-search.js
index aaca4227a97..4f4cc946347 100644
--- a/sonar-server/src/main/js/top-search.js
+++ b/sonar-server/src/main/js/top-search.js
@@ -36,7 +36,6 @@
if (selected) {
var key = selected.data('key');
window.location = baseUrl + '/dashboard/index/' + key + dashboardParameters();
- console.log(baseUrl + '/dashboard/index/' + key + dashboardParameters());
}
},