Arch: removed old debug message
This commit is contained in:
parent
f69b38dcde
commit
67d303ae85
|
@ -519,7 +519,6 @@ class _Roof(ArchComponent.Component):
|
||||||
if obj.Base.isDerivedFrom("Part::Feature"):
|
if obj.Base.isDerivedFrom("Part::Feature"):
|
||||||
if obj.Base.Shape.Solids:
|
if obj.Base.Shape.Solids:
|
||||||
base = obj.Base.Shape.copy()
|
base = obj.Base.Shape.copy()
|
||||||
print "base", base
|
|
||||||
else:
|
else:
|
||||||
w = None
|
w = None
|
||||||
if obj.Base.isDerivedFrom("Part::Feature"):
|
if obj.Base.isDerivedFrom("Part::Feature"):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user