diff --git a/acme/authority_test.go b/acme/authority_test.go index 04cf90b0..8861c15e 100644 --- a/acme/authority_test.go +++ b/acme/authority_test.go @@ -1507,7 +1507,6 @@ func TestAuthorityValidateChallenge(t *testing.T) { } } else { if assert.Nil(t, tc.err) { - fmt.Printf("acmeCh = %+v\n", acmeCh) gotb, err := json.Marshal(acmeCh) assert.FatalError(t, err)