remove old comment

This commit is contained in:
Thomas Rubini 2023-01-24 20:13:36 +01:00
parent 0ff447fe58
commit b53dd6844e
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

View File

@ -18,12 +18,6 @@ final class RecipeController
$A_returnArray["ADMIN"] = Session::is_admin();
View::show("recipe/view", $A_returnArray);
// print_r($A_urlParams);
// $O_recetteModel = new RecipeIngredientsModel();
// $O_recetteModel->getByID("");
// View::show('helloworld/testform', array('formData' => $A_postParams));
}
public function editAction(Array $A_urlParams = null, Array $A_postParams = null)