forked from TrueCloudLab/certificates
Remove debug statement
This commit is contained in:
parent
1f9aa65d66
commit
265d49dbf8
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue