mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-18 16:28:55 +00:00
Clean up debugging information
This commit is contained in:
parent
f9672de596
commit
302add1889
2 changed files with 1 additions and 3 deletions
|
@ -70,7 +70,6 @@ impl Announcer for OsuAnnouncer {
|
|||
}
|
||||
osu_user.last_update = chrono::Utc::now();
|
||||
osu_user.pp = pp_values;
|
||||
dbg!(&osu_user);
|
||||
}
|
||||
// Update users
|
||||
*OsuSavedUsers::open(&*d.read()).borrow_mut()? = data;
|
||||
|
|
|
@ -25,8 +25,7 @@ impl EventHandler for Handler {
|
|||
}
|
||||
|
||||
fn message(&self, mut ctx: Context, message: Message) {
|
||||
println!("{:?}", message);
|
||||
self.hooks.iter().for_each(|f| f(&mut ctx, &message));
|
||||
self.hooks.iter().for_each(|f| f(&mut ctx, &message));
|
||||
}
|
||||
|
||||
fn reaction_add(&self, ctx: Context, reaction: Reaction) {
|
||||
|
|
Loading…
Add table
Reference in a new issue