Skip to content

Commit

Permalink
Remove testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneWizard08 committed Mar 12, 2023
1 parent 4808949 commit 0742952
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions common/src/finder/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,5 @@ pub fn find_install_dir() -> PathBuf {
return dir;
}

let p = PathBuf::from(
"/home/jacob/.local/share/steam/root/steamapps/common/Kerbal Space Program 2",
);

fs::create_dir_all(p.clone()).unwrap();

return p;
// return None.expect("No KSP2 install found!");
return None.expect("No KSP2 install found!");
}

0 comments on commit 0742952

Please sign in to comment.