chore(source): useless debug log
This commit is contained in:
parent
0610b8556a
commit
7264fd2ed4
1 changed files with 0 additions and 2 deletions
|
|
@ -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));
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue