From e5ea548ac2a302fe2c10b82942aa126951e0d7df Mon Sep 17 00:00:00 2001 From: "dorian.hodin" Date: Mon, 6 Mar 2023 15:43:13 +0100 Subject: [PATCH] Try to make API work again 8 --- Source/API/script/Config/ConnectClass.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/API/script/Config/ConnectClass.php b/Source/API/script/Config/ConnectClass.php index ca7f2f2..440d095 100644 --- a/Source/API/script/Config/ConnectClass.php +++ b/Source/API/script/Config/ConnectClass.php @@ -21,7 +21,6 @@ class ConnectClass{ function connect(): int|Connection { try { - echo "Connection started"; $connection = new Connection($this->dsn,$this->login,$this->password); }catch (PDOException $e){ throw new PDOException($e->getMessage(), $e->getCode(), $e);