remove debug

This commit is contained in:
Florian HENRY 2021-09-16 17:13:34 +02:00
parent 06b6ada060
commit 47efccad75

View File

@ -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) {