0020362: EDF SMESH: Smesh commands always generate print logs

This commit is contained in:
vsr 2009-05-21 11:11:41 +00:00
parent c4e4d52dd6
commit efc89ab066

View File

@ -493,7 +493,6 @@ class smeshDC(SMESH._objref_SMESH_Gen):
# @param name a new object name
# @ingroup l1_auxiliary
def SetName(self, obj, name):
print "obj_name = ", name
if isinstance( obj, Mesh ):
obj = obj.GetMesh()
elif isinstance( obj, Mesh_Algorithm ):