diff --git a/ws/bin/amir/Comm.php b/ws/bin/amir/Comm.php index 503374e..bc38c32 100644 --- a/ws/bin/amir/Comm.php +++ b/ws/bin/amir/Comm.php @@ -120,8 +120,6 @@ class Comm implements MessageComponentInterface { //notify other subscribers that he has disconnected $this->notifyUsersOfDisconnection($room, $conn); - - echo 'user left'; } } }