Commit 13dc3a56 authored by Manfred Kutas's avatar Manfred Kutas

ZP-230 Removed log statement.

Released under the Affero GNU General Public License (AGPL) version 3.
parent b7364e05
......@@ -105,7 +105,6 @@ class SqlStateMachine implements IStateMachine {
if (!isset($this->dbh) || $this->dbh == null) {
try {
$this->dbh = new PDO($this->dsn, STATE_SQL_USER, STATE_SQL_PASSWORD, $this->options);
ZLog::Write(LOGLEVEL_DEBUG, "SqlStateMachine->getDbh(): create new PDO instance");
}
catch(PDOException $ex) {
throw new FatalMisconfigurationException(sprintf("SqlStateMachine()->getDbh(): not possible to connect to the state database: %s", $ex->getMessage()));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment