diff --git a/cont/recipe.php b/cont/recipe.php
index cb9565e..910765b 100644
--- a/cont/recipe.php
+++ b/cont/recipe.php
@@ -19,12 +19,7 @@
echo "";
echo "
Zubereitung
";
$parsedown = new Parsedown;
- // var_dump($recipe->Beschreibung);
echo $parsedown->text($recipe->Beschreibung);
- // foreach(explode("\r\n", $recipe->Beschreibung) as $paragraph){
- // echo "$paragraph
";
- // }
-
?>