diff --git a/auth/ldap.go b/auth/ldap.go index d7c6b64..c129151 100644 --- a/auth/ldap.go +++ b/auth/ldap.go @@ -53,8 +53,6 @@ func (a *ldapAuthService) doGetRequest(url string, response interface{}) error { "GET", u, bytes.NewBuffer([]byte("")), ) - log.Printf(`%q`, a.Host) - if err != nil { log.Printf(`GET %q resulted in %v`, url, err) return err