Fix results POST and GET #5

Merged
redbinder0526 merged 2 commits from v0 into v0 2026-04-12 21:32:53 +02:00
Showing only changes of commit 26fc8cb077 - Show all commits

Remove debugging statements

red binder 2026-04-06 22:34:40 +02:00

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,