Removed test mode

This commit is contained in:
Michael
2020-05-15 19:58:13 +00:00
parent 53237a0259
commit 0fa6921845
2 changed files with 0 additions and 5 deletions

View File

@@ -57,8 +57,6 @@ class StaticDatabase extends Database
$this->connection = self::$staticConnection;
$this->connected = true;
$this->setTestmode(true);
return $this->connected;
}