diff --git a/core/core.php b/core/core.php index cdd512ce..c45354ff 100644 --- a/core/core.php +++ b/core/core.php @@ -2092,7 +2092,6 @@ class common if (common::$inputNotices) { $notification = 'Impossible de soumettre le formulaire, car il contient des erreurs'; $notificationClass = 'notificationError'; - var_dump(common::$inputNotices); } if (common::$coreNotices) { $notification = 'Données absentes, restauration de

| ';