Salome HOME
[bos #32517][EDF] Dynamic logging: Removed MYDEBUG.
[modules/smesh.git] / src / SMESH_I / SMESH_PythonDump.cxx
index 01ed1386a5639d83679e58a76e803cf3ce407fcd..ee1a66316a6d8ffc1a791015773d7e110afebcfc 100644 (file)
 
 #include <cstring>
 
-#ifdef _DEBUG_
-static int MYDEBUG = 0;
-#else
-static int MYDEBUG = 0;
-#endif
-
 #include "SMESH_TryCatch.hxx"
 
 namespace SMESH
@@ -92,7 +86,7 @@ namespace SMESH
         if ( !objEntry.empty() )
           aCollection += (TVar::ObjPrefix() + objEntry ).c_str();
         aSMESHGen->AddToPythonScript(aCollection);
-        if(MYDEBUG) MESSAGE(aString);
+        MESSAGE(aString);
         // prevent misuse of already treated variables
         aSMESHGen->UpdateParameters(CORBA::Object_var().in(),"");
       }