Remove debug statements (#1582)
This commit is contained in:
parent
5d7309ed54
commit
c66fe71ee0
@ -1373,7 +1373,6 @@ class Display extends EventDispatcher {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_replaceHistoryStateNoNavigate(state, content) {
|
_replaceHistoryStateNoNavigate(state, content) {
|
||||||
console.trace('_replaceHistoryStateNoNavigate', state);
|
|
||||||
const historyChangeIgnorePre = this._historyChangeIgnore;
|
const historyChangeIgnorePre = this._historyChangeIgnore;
|
||||||
try {
|
try {
|
||||||
this._historyChangeIgnore = true;
|
this._historyChangeIgnore = true;
|
||||||
|
@ -213,7 +213,6 @@ class DisplayController {
|
|||||||
|
|
||||||
const warnings = document.querySelectorAll('.action-open-permissions,.permissions-required-warning');
|
const warnings = document.querySelectorAll('.action-open-permissions,.permissions-required-warning');
|
||||||
for (const node of warnings) {
|
for (const node of warnings) {
|
||||||
console.log(node);
|
|
||||||
node.hidden = false;
|
node.hidden = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user