delete console log

This commit is contained in:
MathieuG-P
2023-03-18 14:45:05 +01:00
parent e190217390
commit 37c2bfcd04
-1
View File
@@ -45,7 +45,6 @@ export class BSLauncherService{
}
public async restoreSteamVR(): Promise<void>{
console.log("restoreSteamVR");
const steamVrFolder = await this.getSteamVRPath();
const steamVrBackup = steamVrFolder + ".bak";
if(!await pathExist(steamVrBackup)){ return; }