aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src-tauri/src/main.rs2
1 files changed, 1 insertions, 1 deletions
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"),