removed exception report

This commit is contained in:
Steffen Schröder
2014-07-19 23:12:11 +02:00
parent 754ca64532
commit acd2dd95e3
2 changed files with 2 additions and 4 deletions

View File

@ -392,9 +392,7 @@ class ManiaControl implements CallbackListener, CommandListener, TimerListener {
try {
$this->callbackManager->manageCallbacks();
} catch (TransportException $e) {
$this->log("Connection interrupted!");
// TODO remove
$this->errorHandler->handleException($e, false);
$this->log('Connection interrupted!');
$this->quit($e->getMessage(), true);
}