From 2ce6e6a8767e23b429a33034c9dea143b0e65f22 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Sat, 27 Aug 2022 23:54:36 +0200 Subject: Do not print Steam library information in console --- src-tauri/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-tauri') diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs index 301dcb4e..9f1229f7 100644 --- a/src-tauri/src/main.rs +++ b/src-tauri/src/main.rs @@ -69,7 +69,7 @@ fn find_game_install_location() -> String { let titanfall2_steamid = 1237970; match steamdir.app(&titanfall2_steamid) { Some(app) => { - println!("{:#?}", app); + // println!("{:#?}", app); return app.path.to_str().unwrap().to_string(); } None => println!("Couldn't locate Titanfall2"), -- cgit v1.2.3