fix: remove console.debug

This commit is contained in:
defaultkavy 2024-10-02 11:30:22 +08:00
parent f65d6d9a37
commit bcd085ef34
Signed by: defaultkavy
GPG Key ID: DFBB22C4E69D7826

View File

@ -166,7 +166,6 @@ export class $Router extends $View {
} }
protected static clearForwardScrollHistory() { protected static clearForwardScrollHistory() {
console.debug(true)
const record = this.getScrollHistory(); const record = this.getScrollHistory();
if (record) for (const i in record) { if (record) for (const i in record) {
if (Number(i) > this.historyIndex) delete record[i]; if (Number(i) > this.historyIndex) delete record[i];