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;