Skip to content
Snippets Groups Projects
Commit 6285cc26 authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

LDAP: remove debug output

parent ab1d9507
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment