From f375ccb6ec0bc0c104d61aab40ae1148c83cd73b Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 2 Dec 2009 11:04:41 +0000 Subject: [PATCH] *** empty log message *** --- src/GEOM_SWIG/geompyDC.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/GEOM_SWIG/geompyDC.py b/src/GEOM_SWIG/geompyDC.py index 148342260..2dd970d60 100644 --- a/src/GEOM_SWIG/geompyDC.py +++ b/src/GEOM_SWIG/geompyDC.py @@ -976,9 +976,6 @@ class geompyDC(GEOM._objref_GEOM_Gen): def MakeBoxDXDYDZ(self, theDX, theDY, theDZ): # Example: see GEOM_TestAll.py theDX,theDY,theDZ,Parameters = ParseParameters(theDX, theDY, theDZ) - print theDX - print theDY - print theDZ anObj = self.PrimOp.MakeBoxDXDYDZ(theDX, theDY, theDZ) RaiseIfFailed("MakeBoxDXDYDZ", self.PrimOp) SetParameters( anObj, Parameters ) -- 2.39.2