X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCalc%2Fcmp%2FMEDPresentation.cxx;h=e76ad76935ddf784b4250e34fe39073d49a4e4b1;hb=dcad02bc210faf715a6e0dbcc38ed83fbf6097bc;hp=92c22a9049ca97f1ff95fb781e4cd61bf0efada3;hpb=eb0bce49fd42383441232d830a8fb6ee3eb28a7c;p=modules%2Fmed.git diff --git a/src/MEDCalc/cmp/MEDPresentation.cxx b/src/MEDCalc/cmp/MEDPresentation.cxx index 92c22a904..e76ad7693 100644 --- a/src/MEDCalc/cmp/MEDPresentation.cxx +++ b/src/MEDCalc/cmp/MEDPresentation.cxx @@ -130,7 +130,7 @@ void MEDPresentation::execPyLine(const std::string & lin) { MEDPyLockWrapper lock; -// STDLOG("@@@@ MEDPresentation::execPyLine() about to exec >> " << lin); + STDLOG("@@@@ MEDPresentation::execPyLine() about to exec >> " << lin); if(PyRun_SimpleString(lin.c_str())) { std::ostringstream oss;