remove debug

This commit is contained in:
Florian HENRY
2016-04-11 14:27:17 +02:00
parent b7275edfb8
commit 23bb2eaf8a

View File

@@ -685,7 +685,7 @@ if (GETPOST('actionadd') || GETPOST('actionmodify'))
$i++;
}
$sql.= " WHERE ".$rowidcol." = '".$rowid."'";
print $sql;
dol_syslog("actionmodify", LOG_DEBUG);
//print $sql;
$resql = $db->query($sql);