aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src-tauri/src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs
index 1f6fad44..e8912d60 100644
--- a/src-tauri/src/main.rs
+++ b/src-tauri/src/main.rs
@@ -183,8 +183,6 @@ async fn check_is_northstar_outdated(
.expect("Couldn't find Northstar on thunderstore???");
// .ok_or_else(|| anyhow!("Couldn't find Northstar on thunderstore???"))?;
- dbg!(nmod);
-
let version_number = match get_northstar_version_number(game_path) {
Ok(version_number) => version_number,
Err(err) => {