Remove leftover debug print

pull/1803/head
Herman Slatman 4 weeks ago
parent 2561a7271e
commit 1e5e267b2b
No known key found for this signature in database
GPG Key ID: F4D8A44EA0A75A4F

@ -131,8 +131,6 @@ func (c *client) getCACert(t *testing.T) error {
} }
c.caCert = cert c.caCert = cert
default: default:
fmt.Println("body", string(body))
return fmt.Errorf("unexpected content-type value %q", ct) return fmt.Errorf("unexpected content-type value %q", ct)
} }

Loading…
Cancel
Save