Salome HOME
Removing debug print messages ! V9_2_0a2 V9_2_0b1
authorabn <adrien.bruneton@cea.fr>
Tue, 30 Oct 2018 08:51:58 +0000 (09:51 +0100)
committerabn <adrien.bruneton@cea.fr>
Tue, 30 Oct 2018 08:51:58 +0000 (09:51 +0100)
src/MEDCoupling_Swig/MEDCouplingBasicsTest1.py

index d760e6de63176ed86549b441f5e12c3c05664bd5..2d6a4c0cb3b4294c5ad28f1d6d7e93ad0f5e5dea 100644 (file)
@@ -31,14 +31,6 @@ from MEDCouplingDataForTest import MEDCouplingDataForTest
 import rlcompleter,readline # this line has to be here, to ensure a usability of MEDCoupling/MEDLoader. B4 removing it please notify to anthony.geay@edf.fr
 
 class MEDCouplingBasicsTest1(unittest.TestCase):
-    def setUp(self):
-      unittest.TestCase.setUp(self)
-      print("start %s" % self.id())
-
-    def tearDown(self):
-      unittest.TestCase.tearDown(self)
-      print("finish %s" % self.id())
-
     def testArray2(self):
         arr=DataArrayDouble.New()
         arr.setValues([12.,11.,10.,9.,8.,7.,6.,5.,4.,3.,2.,1.],3,4)