diff --git a/src/Mod/Arch/ArchFence.py b/src/Mod/Arch/ArchFence.py index fb2d9bde80..4ed6e27696 100644 --- a/src/Mod/Arch/ArchFence.py +++ b/src/Mod/Arch/ArchFence.py @@ -179,7 +179,7 @@ class _Fence(ArchComponent.Component): return shapes def clipSection(self, shape, length, clipLength): - print("length: %s, clipLength: %s" % (length, clipLength)) + import Part boundBox = shape.BoundBox lengthToCut = length - clipLength