Remove debugging statements
This commit is contained in:
parent
5392e08ea2
commit
26fc8cb077
1 changed files with 0 additions and 5 deletions
|
|
@ -677,11 +677,6 @@ impl Ranking for User {
|
||||||
appdata: QBuffer(vec![]),
|
appdata: QBuffer(vec![]),
|
||||||
})
|
})
|
||||||
.collect();
|
.collect();
|
||||||
|
|
||||||
println!("Fest id: {:?}", fest_id);
|
|
||||||
println!("Score data: {:?}", score_data);
|
|
||||||
println!("Wins: {:?}", wins);
|
|
||||||
println!("Votes: {:?}", team_votes);
|
|
||||||
|
|
||||||
let info = CompetitionRankingScoreInfo {
|
let info = CompetitionRankingScoreInfo {
|
||||||
fest_id,
|
fest_id,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue