Salome HOME
Adding code for Python parallel mesh with test + removing nbMesherThreads
[modules/smesh.git] / src / SMESH / SMESH_Mesh.cxx
index 3eb08a85c491cba94eef110101f94a834fef3f60..bd101248cee147f93a3096a31ec3853e76c2a952 100644 (file)
@@ -87,7 +87,7 @@ namespace fs=boost::filesystem;
 #define MAX_MED_GROUP_NAME_LENGTH 80
 
 #ifdef _DEBUG_
-static int MYDEBUG = 1;
+static int MYDEBUG = 0;
 #else
 static int MYDEBUG = 0;
 #endif