Skip to content

Commit

Permalink
[backport] cleanup: remove unneded annotation (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Sep 14, 2022
1 parent a5681a6 commit 7e42484
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/model/measurement.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ func ScrubMeasurement(m *Measurement, currentIP string) error {
return ErrInvalidProbeIP
}
m.ProbeIP = DefaultProbeIP
m.AddAnnotation("_probe_engine_sanitize_test_keys", "true")
if err := scrubTestKeys(m, currentIP); err != nil {
return err
}
Expand Down

0 comments on commit 7e42484

Please sign in to comment.