From 7186d96a915ce9fb53c2e22c7a4b256af192c407 Mon Sep 17 00:00:00 2001 From: Adrien Bruneton Date: Thu, 13 Feb 2014 09:47:43 +0100 Subject: [PATCH] Minor: removing annoying print message --- src/PV_SWIG/VTKWrapping/paravisSM.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PV_SWIG/VTKWrapping/paravisSM.py b/src/PV_SWIG/VTKWrapping/paravisSM.py index 8237dfc1..a878681d 100644 --- a/src/PV_SWIG/VTKWrapping/paravisSM.py +++ b/src/PV_SWIG/VTKWrapping/paravisSM.py @@ -1893,8 +1893,8 @@ def InitFromGUI(): Method used to initialize the Python Shell from the ParaView GUI. """ global fromGUI, ActiveConnection - if not fromGUI: - print "from paraview.simple import *" +# if not fromGUI: +# print "from paraview.simple import *" fromGUI = True # ToggleProgressPrinting() ### FIXME COLLABORATION enableMultiServer(vtkProcessModule.GetProcessModule().GetMultipleSessionsSupport()) -- 2.39.2