mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-19 16:58: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.last_update = chrono::Utc::now();
|
||||||
osu_user.pp = pp_values;
|
osu_user.pp = pp_values;
|
||||||
dbg!(&osu_user);
|
|
||||||
}
|
}
|
||||||
// Update users
|
// Update users
|
||||||
*OsuSavedUsers::open(&*d.read()).borrow_mut()? = data;
|
*OsuSavedUsers::open(&*d.read()).borrow_mut()? = data;
|
||||||
|
|
|
@ -25,7 +25,6 @@ impl EventHandler for Handler {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn message(&self, mut ctx: Context, message: Message) {
|
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));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue