Remove debug statement

This commit is contained in:
max furman 2020-12-18 18:17:55 -05:00
parent 1f9aa65d66
commit 265d49dbf8

View file

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