From: abn Date: Thu, 16 Oct 2014 13:50:11 +0000 (+0200) Subject: Removed debug message - minor fix for "import salome_test" X-Git-Tag: V7_5_0b1~23 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=025ccb19379defe9e6a14c6f88f18f80edd3e2b2;p=modules%2Fparavis.git Removed debug message - minor fix for "import salome_test" --- diff --git a/src/PV_SWIG/no_wrap/pvserver.py b/src/PV_SWIG/no_wrap/pvserver.py index 01577752..d81bc713 100644 --- a/src/PV_SWIG/no_wrap/pvserver.py +++ b/src/PV_SWIG/no_wrap/pvserver.py @@ -24,3 +24,4 @@ import PVSERVER_utils ## Initialize PARAVIS interface myParavisEngine = PVSERVER_utils.getEngine() +myParavis = myParavisEngine diff --git a/src/PV_SWIG/no_wrap/pvsimple.py b/src/PV_SWIG/no_wrap/pvsimple.py index 51bb1032..f6a2c0c6 100644 --- a/src/PV_SWIG/no_wrap/pvsimple.py +++ b/src/PV_SWIG/no_wrap/pvsimple.py @@ -23,7 +23,7 @@ On top of that it also establishes a connection to a valid PVServer whose addres is provided by the PARAVIS engine. """ -__DEBUG = 1 +__DEBUG = 0 def __my_log(msg): if __DEBUG: