LDAP: remove debug output
This commit is contained in:
parent
ab1d9507a9
commit
6285cc2604
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue