remove debug
This commit is contained in:
parent
06b6ada060
commit
47efccad75
@ -3741,7 +3741,6 @@ abstract class CommonObject
|
||||
}
|
||||
$sql .= ' ORDER BY '.$orderby;
|
||||
|
||||
print $sql;
|
||||
dol_syslog(get_class($this)."::fetchObjectLink", LOG_DEBUG);
|
||||
$resql = $this->db->query($sql);
|
||||
if ($resql) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user