misc: cleanup debug

This commit is contained in:
2025-11-20 16:13:59 -05:00
Unverified
parent 3669a54eea
commit 11bfe07b68
2 changed files with 7 additions and 11 deletions

View File

@@ -516,10 +516,7 @@ async fn handle_connection(
}
// TODO: Start tournaments
else if text == "PING" {
let _ = send(&tx, "PONG");
}
else {
let _ = send(&tx, "ERROR:UNKNOWN");
}