diff options
Diffstat (limited to 'src/Database')
-rw-r--r-- | src/Database/Db.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Database/Db.php b/src/Database/Db.php index 50fba7e7..114bd8fc 100644 --- a/src/Database/Db.php +++ b/src/Database/Db.php @@ -31,7 +31,6 @@ class Db try { self::$db = new PDO($dsn, $username, $password, $options); } catch (PDOException $e) { - var_dump($e); return false; } |