Merge pull request #18257 from frederic34/patch-13

remove debug
This commit is contained in:
Laurent Destailleur 2021-07-28 11:11:03 +02:00 committed by GitHub
commit e8061df976
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++;
}