Skip to content

Commit

Permalink
remove dbg! macro
Browse files Browse the repository at this point in the history
  • Loading branch information
john-z-yang committed Feb 1, 2024
1 parent b25a6de commit 31fc8e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rust_snuba/src/processors/release_health_metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ impl Parse for MetricsRawRow {
let timeseries_id =
generate_timeseries_id(from.org_id, from.project_id, from.metric_id, &from.tags);

dbg!(timeseries_id);

let (tag_keys, tag_values): (Vec<_>, Vec<_>) = from.tags.into_iter().unzip();
let retention_days = enforce_retention(Some(from.retention_days), &config.env_config);

Expand Down

0 comments on commit 31fc8e4

Please sign in to comment.