LDAP: remove unnecessary debug output

This commit is contained in:
Arthur Schiwon 2012-05-17 13:16:12 +02:00
parent 38c56388c1
commit 57cf0ae3d1
1 changed files with 0 additions and 10 deletions

View File

@ -148,16 +148,6 @@ class OC_LDAP {
$record = $query->execute(array($name))->fetchOne();
return $record;
if($name=='Coyotes') {
echo("adsfasdf ");
var_dump($record);
die();
}
if(isset($record['ldap_dn'])) {
return $record['ldap_dn'];
}
return false;
}
/**