diff --git a/trunk/paradiseo-peo/src/core/peo_debug.cpp b/trunk/paradiseo-peo/src/core/peo_debug.cpp index 0228a8bb9..5c766c2c0 100644 --- a/trunk/paradiseo-peo/src/core/peo_debug.cpp +++ b/trunk/paradiseo-peo/src/core/peo_debug.cpp @@ -51,7 +51,7 @@ #define DEBUG_PATH "./log/" -static bool debug = true; +static bool debug = false; static char host [MAX_BUFF_SIZE];