From 585edfc3569fc389ab0d29e2adb24e7fb057bc78 Mon Sep 17 00:00:00 2001 From: Martin Ambrus Date: Thu, 2 Nov 2017 13:27:38 +0100 Subject: [PATCH] fix: this error report should not be here --- GameEngine/Database.php | 1 - 1 file changed, 1 deletion(-) diff --git a/GameEngine/Database.php b/GameEngine/Database.php index 13302d91..c5aaf76b 100755 --- a/GameEngine/Database.php +++ b/GameEngine/Database.php @@ -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) {