From d63cfa50cb4e6433d991fb4eaa053fa2eb3b6be0 Mon Sep 17 00:00:00 2001 From: Samuel Abels Date: Tue, 27 May 2025 16:20:24 +0200 Subject: [PATCH] CAM: remove left over debug print --- src/Mod/CAM/Path/Tool/shape/ui/shapeselector.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/CAM/Path/Tool/shape/ui/shapeselector.py b/src/Mod/CAM/Path/Tool/shape/ui/shapeselector.py index 97b823cf74..5e4e7ce8a6 100644 --- a/src/Mod/CAM/Path/Tool/shape/ui/shapeselector.py +++ b/src/Mod/CAM/Path/Tool/shape/ui/shapeselector.py @@ -66,7 +66,6 @@ class ShapeSelector: def update_shapes(self): # Retrieve each shape asset builtin = cam_assets.fetch(asset_type="toolbitshape", store="builtin") - print(cam_assets.list_assets(asset_type="toolbitshape", store="builtin")) builtin = {c.id: c for c in builtin} custom = cam_assets.fetch(asset_type="toolbitshape", store="local") for shape in custom: