From 26fc8cb077a6f648ffb943f7b59a4e6a1af6486f Mon Sep 17 00:00:00 2001 From: red binder Date: Mon, 6 Apr 2026 22:34:40 +0200 Subject: [PATCH] Remove debugging statements --- rnex-core/src/nex/user.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rnex-core/src/nex/user.rs b/rnex-core/src/nex/user.rs index f16e813..c86ae73 100644 --- a/rnex-core/src/nex/user.rs +++ b/rnex-core/src/nex/user.rs @@ -677,11 +677,6 @@ impl Ranking for User { appdata: QBuffer(vec![]), }) .collect(); - - println!("Fest id: {:?}", fest_id); - println!("Score data: {:?}", score_data); - println!("Wins: {:?}", wins); - println!("Votes: {:?}", team_votes); let info = CompetitionRankingScoreInfo { fest_id,