]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
Removed debug message - minor fix for "import salome_test"
authorabn <adrien.bruneton@cea.fr>
Thu, 16 Oct 2014 13:50:11 +0000 (15:50 +0200)
committerabn <adrien.bruneton@cea.fr>
Thu, 16 Oct 2014 13:50:11 +0000 (15:50 +0200)
src/PV_SWIG/no_wrap/pvserver.py
src/PV_SWIG/no_wrap/pvsimple.py

index 01577752d8bc90243eac6066746c7db7f0dd964e..d81bc71351613d8d9187e31b8dd5d904f5d2cb70 100644 (file)
@@ -24,3 +24,4 @@ import PVSERVER_utils
 
 ## Initialize PARAVIS interface
 myParavisEngine = PVSERVER_utils.getEngine()
+myParavis = myParavisEngine
index 51bb1032e0927d28c8e261550290b472dab4b482..f6a2c0c6b23256313ae85a9462146f6fecc1ef49 100644 (file)
@@ -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: