diff --git a/htdocs/holiday/class/holiday.class.php b/htdocs/holiday/class/holiday.class.php
index 989a1aa6355b3b872ef37244dd942c002c0970ba..9067a9996e65e098d8aaddf42692447e54597138 100644
--- a/htdocs/holiday/class/holiday.class.php
+++ b/htdocs/holiday/class/holiday.class.php
@@ -1626,7 +1626,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) {