remove logging

This commit is contained in:
Maroxy 2021-10-18 09:41:12 +02:00
parent 44c6223208
commit eccf14be6d

View file

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