diff options
Diffstat (limited to 'ext/js/display/display.js')
-rw-r--r-- | ext/js/display/display.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/js/display/display.js b/ext/js/display/display.js index 3f56e081..1e5c569d 100644 --- a/ext/js/display/display.js +++ b/ext/js/display/display.js @@ -1373,7 +1373,6 @@ class Display extends EventDispatcher { } _replaceHistoryStateNoNavigate(state, content) { - console.trace('_replaceHistoryStateNoNavigate', state); const historyChangeIgnorePre = this._historyChangeIgnore; try { this._historyChangeIgnore = true; |