tcpserver : no debug by default

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5974 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2020-05-01 15:39:31 +00:00
parent b92ef83795
commit 3a3afdf7db

View File

@@ -22,9 +22,9 @@ class tcpserver
// PROPERTIES // // 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 /** Store the data concerning the sockets and the handlers
*/ */
private $handlers = array (); private $handlers = array ();