mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-03-08 09:07:57 +03:00
remove logging
This commit is contained in:
parent
44c6223208
commit
eccf14be6d
1 changed files with 0 additions and 1 deletions
|
@ -119,7 +119,6 @@ export class Genshinlib
|
|||
{
|
||||
this.downloadFile(resdone.data.adv.background, path.join(this.launcherDir, this.getConfig().background.name), (current: number, total: number, difference: number) => null).then(() => {
|
||||
bg = path.join(this.launcherDir, this.getConfig().background.name);
|
||||
console.log(bg);
|
||||
})
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue