From 025ccb19379defe9e6a14c6f88f18f80edd3e2b2 Mon Sep 17 00:00:00 2001 From: abn Date: Thu, 16 Oct 2014 15:50:11 +0200 Subject: [PATCH] Removed debug message - minor fix for "import salome_test" --- src/PV_SWIG/no_wrap/pvserver.py | 1 + src/PV_SWIG/no_wrap/pvsimple.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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: -- 2.39.2