From: Adrien Bruneton Date: Thu, 13 Feb 2014 08:47:43 +0000 (+0100) Subject: Minor: removing annoying print message X-Git-Tag: V7_3_1rc1~1^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7186d96a915ce9fb53c2e22c7a4b256af192c407;p=modules%2Fparavis.git Minor: removing annoying print message --- 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())