Fix: Remove debug

This commit is contained in:
Laurent Destailleur 2014-08-06 01:49:22 +02:00
parent 168f71ac18
commit 8f73c7a82a

View File

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