From 66f92850dadbf1534ef88e817c120204182ac8d2 Mon Sep 17 00:00:00 2001 From: Furgo <148809153+furgo16@users.noreply.github.com> Date: Fri, 11 Jul 2025 21:49:47 +0200 Subject: [PATCH] Remove debug print statement --- src/Mod/Draft/importDXF.py | 2 -- 1 file changed, 2 deletions(-) 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.