From 934e1d74cb6047b5a4fc504f88668088f7b8b22a Mon Sep 17 00:00:00 2001 From: caremoli Date: Mon, 9 Nov 2009 16:34:47 +0000 Subject: [PATCH] CCAR: remove print in constructor --- src/SALOMEDS/SALOME_DriverPy.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/SALOMEDS/SALOME_DriverPy.py b/src/SALOMEDS/SALOME_DriverPy.py index 87da46bd2..c76d4c9bd 100644 --- a/src/SALOMEDS/SALOME_DriverPy.py +++ b/src/SALOMEDS/SALOME_DriverPy.py @@ -23,7 +23,7 @@ ## @package SALOME_DriverPy # \brief python implementation of SALOMEDS::Driver interface # -# +# import SALOMEDS__POA ## Python implementation of generic SALOMEDS::Driver. @@ -35,7 +35,6 @@ class SALOME_DriverPy_i(SALOMEDS__POA.Driver): to provide persistence mechanism. """ def __init__ (self, componentDataType): - print "SALOME_DriverPy.__init__: ",componentDataType self._ComponentDataType = componentDataType def IORToLocalPersistentID(self, theSObject, IORString, isMultiFile, isASCII): -- 2.39.2