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: