diff --git a/src/Mod/Path/PathScripts/PathOpTools.py b/src/Mod/Path/PathScripts/PathOpTools.py index 233c5305bd..3a5c530f2f 100644 --- a/src/Mod/Path/PathScripts/PathOpTools.py +++ b/src/Mod/Path/PathScripts/PathOpTools.py @@ -291,7 +291,6 @@ def offsetWire(wire, base, offset, forward, Side=None): return Part.Wire([edge]) # if we get to this point the assumption is that makeOffset2D can deal with the edge - pass owire = orientWire(wire.makeOffset2D(offset), True) debugWire("makeOffset2D_%d" % len(wire.Edges), owire)