cleanup: remove unneded annotation (#963)
See https://github.com/ooni/probe/issues/2319
This commit is contained in:
parent
7ee9f096d1
commit
cb632ea0f3
|
@ -180,7 +180,6 @@ func ScrubMeasurement(m *Measurement, currentIP string) error {
|
||||||
return ErrInvalidProbeIP
|
return ErrInvalidProbeIP
|
||||||
}
|
}
|
||||||
m.ProbeIP = DefaultProbeIP
|
m.ProbeIP = DefaultProbeIP
|
||||||
m.AddAnnotation("_probe_engine_sanitize_test_keys", "true")
|
|
||||||
if err := scrubTestKeys(m, currentIP); err != nil {
|
if err := scrubTestKeys(m, currentIP); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user