mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 01:00:49 +00:00
Remove debugging
This commit is contained in:
parent
e5b9dee591
commit
dde78b32d3
1 changed files with 0 additions and 1 deletions
|
@ -1245,7 +1245,6 @@ pub(in crate::discord) async fn calculate_weighted_map_age(
|
||||||
.collect::<FuturesOrdered<_>>()
|
.collect::<FuturesOrdered<_>>()
|
||||||
.try_collect::<Vec<_>>()
|
.try_collect::<Vec<_>>()
|
||||||
.await?;
|
.await?;
|
||||||
println!("Calculating score from {} scores", scores.len());
|
|
||||||
Ok((scores
|
Ok((scores
|
||||||
.iter()
|
.iter()
|
||||||
.zip(scales().iter())
|
.zip(scales().iter())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue