Remove debug log (#1659)

This commit is contained in:
Benjamin Beyret 2023-11-08 14:46:20 +00:00 committed by GitHub
parent d53503b73e
commit 6300c5f493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -210,7 +210,6 @@ impl ClientStats {
/// Update the user-defined stat with name and value
pub fn update_user_stats(&mut self, name: String, value: UserStats) {
log::info!("{}", Error::unknown("dumping backtrace for monitoring"));
self.user_monitor.insert(name, value);
}