fix: this error report should not be here

This commit is contained in:
Martin Ambrus
2017-11-02 13:27:38 +01:00
parent cdfb3ece4a
commit 585edfc356
-1
View File
@@ -4469,7 +4469,6 @@ class MYSQLi_DB implements IDbConnection {
$result = $this->regenerateOasisUnits(-1);
if (!$result) {
echo mysqli_error($this->dblink);
return -1;
}
} catch (\Exception $e) {