From 21022eb5ac5f71b9345ea50b0aef3615e3a3513e Mon Sep 17 00:00:00 2001 From: adnano Date: Mon, 28 Sep 2020 00:08:42 -0400 Subject: [PATCH] Remove log.Print call --- client.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client.go b/client.go index 0f799c0..a7bbbc5 100644 --- a/client.go +++ b/client.go @@ -267,7 +267,6 @@ func (c *Client) Send(req *Request) (*Response, error) { // Resend the request with a certificate if the server responded // with CertificateRequired if resp.Status == StatusCertificateRequired { - log.Print("Client certificate required") // Check to see if a certificate was already provided to prevent an infinite loop if req.Certificate != nil { return resp, nil