From 265d49dbf8e9dabd2759fdd394cf9d16fa968341 Mon Sep 17 00:00:00 2001 From: max furman Date: Fri, 18 Dec 2020 18:17:55 -0500 Subject: [PATCH] Remove debug statement --- acme/authority_test.go | 1 - 1 file changed, 1 deletion(-) 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)