Removed debug code.

This commit is contained in:
Faldon 2016-08-11 16:43:07 +02:00
parent b2b7fa4854
commit 14bf180837
1 changed files with 0 additions and 1 deletions

View File

@ -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