removed test

This commit is contained in:
kremsy 2014-04-20 16:42:05 +02:00 committed by Steffen Schröder
parent 36a6cf786d
commit 1011fbdde1

View File

@ -139,7 +139,6 @@ class ManiaControl implements CommandListener, TimerListener {
public function checkConnection($time) {
if ($this->client->getIdleTime() > 180) {
$this->client->getServerName();
var_dump("test");
}
}