forked from mystiq/dex
connector: remove erroneous logging statement
This commit is contained in:
parent
f816cfb187
commit
0e6adc24d8
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue