removed vardump

This commit is contained in:
Steffen Schröder 2014-01-05 12:22:00 +01:00
parent 2ed1041aed
commit f4b87a68a4

View File

@ -112,7 +112,6 @@ class ServerSettings implements ConfiguratorMenu, CallbackListener {
}
$result->close();
var_dump($loadedSettings);
$success = $this->maniaControl->client->query('SetServerOptions', $loadedSettings);
if (!$success) {
trigger_error('Error occurred: ' . $this->maniaControl->getClientErrorText());