CAM: remove left over debug print

This commit is contained in:
Samuel Abels
2025-05-27 16:20:24 +02:00
parent 23536f0ff3
commit d63cfa50cb

View File

@@ -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: