chore(source): useless debug log

This commit is contained in:
WebStreamr 2025-12-22 10:29:14 +00:00
parent 0610b8556a
commit 7264fd2ed4
No known key found for this signature in database

View file

@ -85,8 +85,6 @@ export class MegaKino extends Source {
};
private readonly getBaseUrl = async (ctx: Context): Promise<URL> => {
console.log('get base url');
return await this.fetcher.getFinalRedirectUrl(ctx, new URL(this.baseUrl));
};
}