Remove erroneous log statement
This commit is contained in:
parent
6bd47420a1
commit
f752ead015
|
@ -225,8 +225,6 @@ class LDAP implements LDAPInterface
|
||||||
throw new Exception('An error has occured during ldap_first_entry execution. Please check parameter of LDAP/getData.');
|
throw new Exception('An error has occured during ldap_first_entry execution. Please check parameter of LDAP/getData.');
|
||||||
}
|
}
|
||||||
|
|
||||||
error_log("LDAP \$data = " . var_dump($data));
|
|
||||||
|
|
||||||
$mail = ldap_get_values($this->ldap_server, $data, "mail");
|
$mail = ldap_get_values($this->ldap_server, $data, "mail");
|
||||||
if (!$mail)
|
if (!$mail)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue