remove debug comment

use-minification
Jeremy Mahieu 6 years ago committed by Lorenz Hübschle-Schneider
parent 0c45b402cf
commit 6dc8fab9dd
  1. 1
      js/glowingbear.js

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

Loading…
Cancel
Save