summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Database/Db.php1
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;
}