From bcd085ef342b88985574d50f51d947a8b9f854f4 Mon Sep 17 00:00:00 2001 From: defaultkavy Date: Wed, 2 Oct 2024 11:30:22 +0800 Subject: [PATCH] fix: remove console.debug --- lib/$Router.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/$Router.ts b/lib/$Router.ts index f0f0f10..ebbe05c 100644 --- a/lib/$Router.ts +++ b/lib/$Router.ts @@ -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];