remove debug

This commit is contained in:
Frédéric FRANCE 2021-07-28 10:14:57 +02:00 committed by GitHub
parent 34c31492cf
commit 42252abc07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,6 @@ if ($action == 'update') {
foreach ($list as $constname)
{
$constvalue = GETPOST($constname, 'alpha');
var_dump($constname);
if (!dolibarr_set_const($db, $constname, $constvalue, 'chaine', 0, '', $conf->entity)) {
$error++;
}