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:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user