Skip to content

Commit 7650aef

Browse files
committed
removed debug output
1 parent 364ca92 commit 7650aef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dba/AbstractModelFactory.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,6 @@ public function getDB(bool $test = false): ?PDO {
938938
return self::$dbh;
939939
}
940940
catch (PDOException $e) {
941-
echo $e->getMessage()."\n";
942941
if ($test) {
943942
return null;
944943
}

0 commit comments

Comments
 (0)