Skip to content
Snippets Groups Projects
Commit 9b9e51d5 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: removed debug

parent 277bfc80
Branches
No related tags found
No related merge requests found
...@@ -1626,7 +1626,7 @@ class Holiday extends CommonObject ...@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment