Remove left over var_dump
This commit is contained in:
parent
64e136e9e4
commit
fea298cf58
@ -98,7 +98,6 @@ class GameModeSettings implements ConfiguratorMenu, CallbackListener, Communicat
|
|||||||
|
|
||||||
$renameQuery = "ALTER TABLE `" . self::TABLE_SCRIPT_SETTINGS . "` RENAME TO `" . self::TABLE_GAMEMODE_SETTINGS . "`;";
|
$renameQuery = "ALTER TABLE `" . self::TABLE_SCRIPT_SETTINGS . "` RENAME TO `" . self::TABLE_GAMEMODE_SETTINGS . "`;";
|
||||||
$result = $mysqli->query($renameQuery);
|
$result = $mysqli->query($renameQuery);
|
||||||
var_dump($mysqli);
|
|
||||||
if (!$result) {
|
if (!$result) {
|
||||||
if ($mysqli->errno === 1146) {
|
if ($mysqli->errno === 1146) {
|
||||||
// old doesn't exist, good, continue to force creation
|
// old doesn't exist, good, continue to force creation
|
||||||
|
Loading…
Reference in New Issue
Block a user