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)); }; }