remove debug comment

This commit is contained in:
Jeremy Mahieu 2019-12-20 00:48:50 +01:00 committed by Lorenz Hübschle-Schneider
parent 0c45b402cf
commit 6dc8fab9dd

View File

@ -989,7 +989,6 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
};
window.onhashchange = function() {
console.log('hash has changed');
$scope.parseHash();
};