Skip to content

Commit

Permalink
remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
astuyve committed Feb 28, 2025
1 parent f24ea40 commit 1716f63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dogstatsd/src/metric.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ impl Metric {
timestamp: Option<i64>,
) -> Metric {
let mut parsed_timestamp = timestamp.unwrap_or_else(|| {
println!("can't parse timestamp, using default");
std::time::UNIX_EPOCH
.elapsed()
.expect("unable to poll clock, unrecoverable")
Expand Down

0 comments on commit 1716f63

Please sign in to comment.