mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 14:24:41 +02:00
navigation.js: remove forgotten console.log
This commit is contained in:
parent
1fba491160
commit
29eedc1d4a
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user