Commit af6aade6 authored by Eric Chiang's avatar Eric Chiang Committed by GitHub

Merge pull request #508 from ericchiang/remove-erroneous-logging-statement

connector: remove erroneous logging statement
parents f816cfb1 0e6adc24
...@@ -440,7 +440,6 @@ func (c *LDAPConnector) formatDN(template, username string) string { ...@@ -440,7 +440,6 @@ func (c *LDAPConnector) formatDN(template, username string) string {
} }
func (c *LDAPConnector) Identity(username, password string) (*oidc.Identity, error) { func (c *LDAPConnector) Identity(username, password string) (*oidc.Identity, error) {
log.Errorf("handling identity")
var ( var (
identity *oidc.Identity identity *oidc.Identity
err error err error
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment