From c66fe71ee0832d51c38f77349d2107a3df3fee72 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Thu, 1 Apr 2021 19:16:15 -0400 Subject: Remove debug statements (#1582) --- ext/js/display/display.js | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/js/display') 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; -- cgit v1.2.3