From 1e5e267b2beb99beb267a57f42669fe7c8e1139e Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Mon, 22 Apr 2024 19:24:04 +0200 Subject: [PATCH] Remove leftover debug print --- test/integration/scep/common_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/integration/scep/common_test.go b/test/integration/scep/common_test.go index 60581e64..86f64c3d 100644 --- a/test/integration/scep/common_test.go +++ b/test/integration/scep/common_test.go @@ -131,8 +131,6 @@ func (c *client) getCACert(t *testing.T) error { } c.caCert = cert default: - fmt.Println("body", string(body)) - return fmt.Errorf("unexpected content-type value %q", ct) }