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("
");
-// 	die(var_dump($ldapObjects));
-// }
 			$key = \OCP\Util::recursiveArraySearch($knownObjects, $ldapObject['dn']);
 
 			//everything is fine when we know the group