From 11c31f7f4275fa6c10ade4b6867c61442bc0e9da Mon Sep 17 00:00:00 2001 From: thislight Date: Fri, 27 Sep 2024 18:07:10 +0800 Subject: [PATCH] timelines: minor clean up --- src/masto/timelines.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/masto/timelines.ts b/src/masto/timelines.ts index ce73490..2e49145 100644 --- a/src/masto/timelines.ts +++ b/src/masto/timelines.ts @@ -38,7 +38,6 @@ export function useTimeline( async ([tl], info) => { let tlChanged = false; if (otl !== tl) { - console.debug("timeline reset"); npager = opager = undefined; otl = tl; tlChanged = true;