diff --git a/php/controller/showArticle-controller.php b/php/controller/showArticle-controller.php index 0a368df..5eaf999 100644 --- a/php/controller/showArticle-controller.php +++ b/php/controller/showArticle-controller.php @@ -20,7 +20,6 @@ if (isset($_GET["id"])){ } } catch (Exception $e){ $_SESSION["message"] = "internal_error"; - echo "Fehler aufgetreten: " . $e->getMessage(); } }else{ $_SESSION["message"] = "article_not_found";