mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
js/loader: remove history-related noisy log entry
This commit is contained in:
parent
180a6f08f5
commit
41b8b8cf31
@ -512,7 +512,6 @@
|
|||||||
// We only want to care about top-level containers
|
// We only want to care about top-level containers
|
||||||
if (req.$target.parent().closest('.container').length === 0) {
|
if (req.$target.parent().closest('.container').length === 0) {
|
||||||
this.icinga.history.pushCurrentState();
|
this.icinga.history.pushCurrentState();
|
||||||
this.icinga.logger.info('Pushing state');
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// Request wasn't for a container, so it's usually the body
|
// Request wasn't for a container, so it's usually the body
|
||||||
|
Loading…
x
Reference in New Issue
Block a user