From 9b00c29a5d63792de93c2211dc5255da0c5f33b3 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Sat, 22 Feb 2014 11:00:10 -0300 Subject: [PATCH] Arch: removed some debug output --- src/Mod/Arch/ArchRebar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Arch/ArchRebar.py b/src/Mod/Arch/ArchRebar.py index f48606da5..3eef47ce9 100644 --- a/src/Mod/Arch/ArchRebar.py +++ b/src/Mod/Arch/ArchRebar.py @@ -171,7 +171,7 @@ class _Rebar(ArchComponent.Component): father = obj.InList[0] wire = obj.Base.Shape.Wires[0] if hasattr(obj,"Rounding"): - print obj.Rounding + #print obj.Rounding if obj.Rounding: radius = obj.Rounding * obj.Diameter.Value import DraftGeomUtils