cleanup: remove unneded annotation (#963)

See https://github.com/ooni/probe/issues/2319
This commit is contained in:
Simone Basso 2022-09-14 19:19:57 +02:00 committed by GitHub
parent 7ee9f096d1
commit cb632ea0f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}