From 71fcae697d880e6bd8d1d6aa4804cd1317e4bc3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Wed, 9 Feb 2022 16:03:20 +0100 Subject: [PATCH] core var_dump --- core/core.php | 1 - 1 file changed, 1 deletion(-) 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'; }