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