Skip to content

Commit

Permalink
fix: Remove unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Dec 28, 2023
1 parent 4d541c1 commit 43229ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src-tauri/src/northstar/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ async fn do_install(
log::info!("Installing Northstar...");

// Delete previous version here
log::info!("{}", game_install.profile);
for core_mod in CORE_MODS {
let path_to_delete_string = format!(
"{}/{}/mods/{}/",
Expand Down

0 comments on commit 43229ca

Please sign in to comment.