mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
delete console log
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user