Omikron Con

This commit is contained in:
Alex Emmet 2026-01-14 22:20:12 +01:00
commit a1b93f1cb7
3 changed files with 2 additions and 2 deletions

View file

@ -352,7 +352,6 @@ impl OmikronConnection {
log_message(format!("Omikron connected: {}", accepted.to_string()));
} else {
log_message("omikron_connection_failed");
// Maybe add a retry logic here or close the app
}
}
return;