diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2012-07-25 13:19:07 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2012-07-25 13:19:07 +0200 |
commit | 6285cc2604de9e8d2101f4936158e81bb8a9a330 (patch) | |
tree | 2d866eff376bd73648fed64ec72d0adbb8233480 /apps | |
parent | ab1d9507a97887fd6acd8592f079ab3e519d1687 (diff) | |
download | nextcloud-server-6285cc2604de9e8d2101f4936158e81bb8a9a330.tar.gz nextcloud-server-6285cc2604de9e8d2101f4936158e81bb8a9a330.zip |
LDAP: remove debug output
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_ldap/lib/access.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/user_ldap/lib/access.php b/apps/user_ldap/lib/access.php index 80caa5d353f..870f6330edd 100644 --- a/apps/user_ldap/lib/access.php +++ b/apps/user_ldap/lib/access.php @@ -282,10 +282,6 @@ abstract class Access { $ownCloudNames = array(); foreach($ldapObjects as $ldapObject) { -// if(!isset($ldapObject['dn'])) { -// print("<pre>"); -// die(var_dump($ldapObjects)); -// } $key = \OCP\Util::recursiveArraySearch($knownObjects, $ldapObject['dn']); //everything is fine when we know the group |