diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php index 895c8d3417f..858deb7a827 100644 --- a/htdocs/comm/action/class/actioncomm.class.php +++ b/htdocs/comm/action/class/actioncomm.class.php @@ -592,7 +592,7 @@ class ActionComm extends CommonObject dol_syslog('Error to process userassigned: '.$this->db->lasterror(), LOG_ERR); $this->errors[] = $this->db->lasterror(); } - var_dump($sql);exit; + //var_dump($sql);exit; } } }