fix: remove console.debug
This commit is contained in:
parent
f65d6d9a37
commit
bcd085ef34
@ -166,7 +166,6 @@ export class $Router extends $View {
|
||||
}
|
||||
|
||||
protected static clearForwardScrollHistory() {
|
||||
console.debug(true)
|
||||
const record = this.getScrollHistory();
|
||||
if (record) for (const i in record) {
|
||||
if (Number(i) > this.historyIndex) delete record[i];
|
||||
|
Loading…
Reference in New Issue
Block a user