This commit is contained in:
kremsy 2015-06-26 17:18:08 +02:00
parent 82e1dd1c65
commit 60274bfd99

View File

@ -242,7 +242,6 @@ class CommunicationManager implements CallbackListener {
$this->socket = new Server($this->loop);
$this->socket->on('error', function ($e) {
$this->maniaControl->chat->sendChat($e);
Logger::log("[CommunicationManager] Socket Error" . $e);
});