diff --git a/youmubot-osu/src/discord/mod.rs b/youmubot-osu/src/discord/mod.rs index 067bd9a..4b9b578 100644 --- a/youmubot-osu/src/discord/mod.rs +++ b/youmubot-osu/src/discord/mod.rs @@ -1245,7 +1245,6 @@ pub(in crate::discord) async fn calculate_weighted_map_age( .collect::>() .try_collect::>() .await?; - println!("Calculating score from {} scores", scores.len()); Ok((scores .iter() .zip(scales().iter())