Skip to content

Commit

Permalink
removed errant log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
epi052 committed Jan 5, 2021
1 parent 1a059ad commit de7d296
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/statistics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,7 @@ impl Stats {
/// given an `Instant` update total runtime
fn update_runtime(&self, seconds: f64) {
if let Ok(mut runtime) = self.total_runtime.lock() {
log::error!("in the if");
runtime[0] = seconds;
log::error!("runtime: {} and runtimes: {:?}", seconds, runtime);
}
}

Expand Down

0 comments on commit de7d296

Please sign in to comment.