From 1011fbdde1af5b774f6f0e346e9682df236649cb Mon Sep 17 00:00:00 2001 From: kremsy Date: Sun, 20 Apr 2014 16:42:05 +0200 Subject: [PATCH] removed test --- application/core/ManiaControl.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/core/ManiaControl.php b/application/core/ManiaControl.php index cd75023c..c4731cb4 100644 --- a/application/core/ManiaControl.php +++ b/application/core/ManiaControl.php @@ -139,7 +139,6 @@ class ManiaControl implements CommandListener, TimerListener { public function checkConnection($time) { if ($this->client->getIdleTime() > 180) { $this->client->getServerName(); - var_dump("test"); } }