Fix: removed debug

This commit is contained in:
Laurent Destailleur 2014-08-06 01:48:51 +02:00
parent 277bfc8012
commit 9b9e51d50f

View File

@ -1626,7 +1626,7 @@ class Holiday extends CommonObject
$sql.= ")"; $sql.= ")";
$this->db->begin(); $this->db->begin();
print $sql;exit;
dol_syslog(get_class($this)."::addLogCP sql=".$sql, LOG_DEBUG); dol_syslog(get_class($this)."::addLogCP sql=".$sql, LOG_DEBUG);
$resql=$this->db->query($sql); $resql=$this->db->query($sql);
if (! $resql) { if (! $resql) {