diff --git a/core/core.php b/core/core.php index 99527c2e..a4161b22 100644 --- a/core/core.php +++ b/core/core.php @@ -1940,7 +1940,6 @@ class common { $notificationClass = 'notificationSuccess'; } if(common::$inputNotices) { - var_dump(common::$inputNotices); $notification = 'Impossible de soumettre le formulaire, car il contient des erreurs'; $notificationClass = 'notificationError'; }