From 7264fd2ed4c3d2f05b8a330ef39e246d97bba039 Mon Sep 17 00:00:00 2001 From: WebStreamr <210764791+webstreamr@users.noreply.github.com> Date: Mon, 22 Dec 2025 10:29:14 +0000 Subject: [PATCH] chore(source): useless debug log --- src/source/MegaKino.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/source/MegaKino.ts b/src/source/MegaKino.ts index 9488a91..97b7d07 100644 --- a/src/source/MegaKino.ts +++ b/src/source/MegaKino.ts @@ -85,8 +85,6 @@ export class MegaKino extends Source { }; private readonly getBaseUrl = async (ctx: Context): Promise => { - console.log('get base url'); - return await this.fetcher.getFinalRedirectUrl(ctx, new URL(this.baseUrl)); }; }