log resultsrange
This commit is contained in:
parent
a17e914849
commit
ce14f2676e
1 changed files with 2 additions and 3 deletions
|
|
@ -692,14 +692,13 @@ impl Ranking for User {
|
|||
|
||||
let info = CompetitionRankingScoreInfo {
|
||||
fest_id,
|
||||
score_data: score_data.clone(),
|
||||
score_data,
|
||||
unk: 0,
|
||||
team_wins: wins,
|
||||
team_votes,
|
||||
};
|
||||
|
||||
println!("info: {:?}", info);
|
||||
println!("score data: {:?}", score_data);
|
||||
println!("range: {:?}", param.range);
|
||||
|
||||
Ok(vec![info])
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue