diff --git a/api-rest/index.php b/api-rest/index.php index c931407..7d2eaac 100644 --- a/api-rest/index.php +++ b/api-rest/index.php @@ -36,8 +36,6 @@ $username = getenv("MYSQL_USER"); $password = getenv("MYSQL_PASSWORD"); - echo "Chemin: " . $dsn . " " . "Username: " . $username . " " . "Password: " . $password . " "; - // Initializing Database try{ $database = new DatabaseConnection($dsn,$username,$password);