From 961cd27e882b6a549f62ba7a4ac32083ff23ef2d Mon Sep 17 00:00:00 2001 From: Thomas Rubini <74205383+ThomasRubini@users.noreply.github.com> Date: Tue, 24 Jan 2023 20:03:17 +0100 Subject: [PATCH] move debug echo in recipe/edit --- Views/recipe/edit.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Views/recipe/edit.php b/Views/recipe/edit.php index 3182faf..dabc63b 100644 --- a/Views/recipe/edit.php +++ b/Views/recipe/edit.php @@ -3,7 +3,6 @@ function getOrEmpty($A_Dict, $S_keyName) { if (isset($A_Dict[$S_keyName])) { return $A_Dict[$S_keyName]; } else { - echo "$S_keyName EMPTY"; if($S_keyName == "TYPE" || $S_keyName == "INGREDIENTS") return array(); return "";