diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-04-01 19:16:15 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-04-01 19:17:53 -0400 |
commit | c66fe71ee0832d51c38f77349d2107a3df3fee72 (patch) | |
tree | 42221dadb144fbea0189acb721349db8194b18a4 /ext/js/display | |
parent | 5d7309ed5474a9fb67b9cae1b1176bc10bde6115 (diff) |
Remove debug statements (#1582)
Diffstat (limited to 'ext/js/display')
-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; |