diff --git a/tcpserver.php b/tcpserver.php index d925761..0d50ea4 100644 --- a/tcpserver.php +++ b/tcpserver.php @@ -22,9 +22,9 @@ class tcpserver // PROPERTIES // //////////////////// // {{{ - /** Allow to debug with message on screen + /** Allow to debug with messages on screen */ - private $debug = true; + private $debug = false; /** Store the data concerning the sockets and the handlers */ private $handlers = array ();