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
|
||||
if (req.$target.parent().closest('.container').length === 0) {
|
||||
this.icinga.history.pushCurrentState();
|
||||
this.icinga.logger.info('Pushing state');
|
||||
}
|
||||
} else {
|
||||
// Request wasn't for a container, so it's usually the body
|
||||
|
|
Loading…
Reference in New Issue