navigation.js: remove forgotten console.log

This commit is contained in:
Thomas Gelf 2016-02-29 21:08:26 +01:00
parent 1fba491160
commit 29eedc1d4a

View File

@ -243,7 +243,6 @@
*/
Navigation.prototype.onPopState = function (url, data) {
// 1. get selection data and set active menu
console.log('popstate:', data);
if (data) {
var active = this.icinga.utils.getElementByDomPath(data);
if (!active) {