diff --git a/php/controller/index-controller.php b/php/controller/index-controller.php index f6cc279..49afd51 100644 --- a/php/controller/index-controller.php +++ b/php/controller/index-controller.php @@ -2,9 +2,4 @@ require_once 'php/model/FileDatabase.php'; require_once 'php/model/Article.php'; -try { - $db = new FileDatabase(); -} catch (PDOException $e) { - echo $e->getMessage(); -}