Skip to content

Commit

Permalink
Removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Collins committed Mar 30, 2010
1 parent 3bfbdf9 commit 37a99b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion models/datasources/ldap_source.php
Expand Up @@ -1300,7 +1300,6 @@ function setSchemaPath(){
$checkDN = ldap_read($this->database, '', 'objectClass=*', array('subschemaSubentry'));
$schemaEntry = ldap_get_entries($this->database, $checkDN);
$this->SchemaDN = $schemaEntry[0]['subschemasubentry'][0];
$this->log("Debug SchemaDN: ".print_r($this->SchemaDN,true),'debug');
}
} // LdapSource
?>

0 comments on commit 37a99b4

Please sign in to comment.