diff --git a/src/Mod/Draft/importDXF.py b/src/Mod/Draft/importDXF.py index 21b8f03cf8..71fabd41d3 100644 --- a/src/Mod/Draft/importDXF.py +++ b/src/Mod/Draft/importDXF.py @@ -4612,8 +4612,6 @@ class DxfDraftPostProcessor: if not shape.isValid(): return None, None - FCC.PrintMessage(f"DEBUG: {part_obj.Label} ({part_obj.Name}) is Part::Feature (ShapeType: {shape.ShapeType})\n") - # Determine specific Draft object type based on the ShapeType of the TopoDS_Shape. if shape.ShapeType == "Wire": # If the TopoDS_Shape is a Wire (from DXF POLYLINE). # Create a Part::Part2DObjectPython as the Python-extensible base for Draft Wire.