Skip to content

Commit 6300c5f

Browse files
authored
Remove debug log (#1659)
1 parent d53503b commit 6300c5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libafl/src/monitors/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ impl ClientStats {
210210

211211
/// Update the user-defined stat with name and value
212212
pub fn update_user_stats(&mut self, name: String, value: UserStats) {
213-
log::info!("{}", Error::unknown("dumping backtrace for monitoring"));
214213
self.user_monitor.insert(name, value);
215214
}
216215

0 commit comments

Comments
 (0)