Remove erroneous log statement

This commit is contained in:
Angus B. Grieve-Smith 2020-04-28 15:18:06 -04:00
parent 6bd47420a1
commit f752ead015
1 changed files with 0 additions and 2 deletions

View File

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