debugging

This commit is contained in:
red binder 2026-04-27 03:21:00 +02:00
commit dd1926fd3a

View file

@ -698,6 +698,9 @@ impl Ranking for User {
team_votes,
};
println!("info: {:?}", info);
println!("score data: {:?}", score_data);
Ok(vec![info])
}