connector: remove erroneous logging statement

This commit is contained in:
Eric Chiang 2016-07-11 10:20:41 -07:00
parent f816cfb187
commit 0e6adc24d8

View file

@ -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