Remove debugging statements

This commit is contained in:
red binder 2026-04-06 22:34:40 +02:00
commit 26fc8cb077

View file

@ -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,