FIX remove debug

This commit is contained in:
Regis Houssin 2018-09-10 10:11:07 +02:00
parent 8699866062
commit 43ac51b44c

View File

@ -1072,7 +1072,7 @@ abstract class CommonObject
$sql.= " AND tc.code = '".$code."'";
$sql.= " AND tc.active = 1";
if ($status) $sql.= " AND ec.statut = ".$status;
echo $sql;exit;
dol_syslog(get_class($this)."::getIdContact", LOG_DEBUG);
$resql=$this->db->query($sql);
if ($resql)