From f752ead015e580e54b56e8c4f1b48e284177f0e6 Mon Sep 17 00:00:00 2001 From: "Angus B. Grieve-Smith" Date: Tue, 28 Apr 2020 15:18:06 -0400 Subject: [PATCH] Remove erroneous log statement --- oauth/LDAP/LDAP.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/oauth/LDAP/LDAP.php b/oauth/LDAP/LDAP.php index 2175fc7..d9f79b8 100755 --- a/oauth/LDAP/LDAP.php +++ b/oauth/LDAP/LDAP.php @@ -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.'); } - error_log("LDAP \$data = " . var_dump($data)); - $mail = ldap_get_values($this->ldap_server, $data, "mail"); if (!$mail) {