Clean up debugging information

This commit is contained in:
Natsu Kagami 2020-02-08 14:31:29 -05:00
parent f9672de596
commit 302add1889
Signed by: nki
GPG key ID: 73376E117CD20735
2 changed files with 1 additions and 3 deletions

View file

@ -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;