summaryrefslogtreecommitdiffstats
path: root/core/js/js.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/js.js')
-rw-r--r--core/js/js.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 2231ba73889..af294d45062 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -1510,7 +1510,6 @@ function initCore() {
$app.addClass('app-loading');
} else {
// On middle click or on first button click with ctrl key or meta key hold
- console.log(event.which);
if(event.which === 2 || (event.which === 1 && (event.ctrlKey || event.metaKey))) {
// Close navigation when opening app in
// a new tab