Commit 0e6adc24 authored by Eric Chiang's avatar Eric Chiang

connector: remove erroneous logging statement

parent f816cfb1
......@@ -440,7 +440,6 @@ func (c *LDAPConnector) formatDN(template, username string) string {
}
func (c *LDAPConnector) Identity(username, password string) (*oidc.Identity, error) {
log.Errorf("handling identity")
var (
identity *oidc.Identity
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