diff --git a/src/bonsai/bonsai/tool/collector.py b/src/bonsai/bonsai/tool/collector.py index db39675d75..b5b163d967 100644 --- a/src/bonsai/bonsai/tool/collector.py +++ b/src/bonsai/bonsai/tool/collector.py @@ -36,7 +36,6 @@ class Collector(bonsai.core.tool.Collector): # "Collection" (which is the default collection that comes with # a Blender session) if "Ifc" in users_collection.name or users_collection.name == "Collection": - print("removing", users_collection, "from", obj) users_collection.objects.unlink(obj) element = tool.Ifc.get_entity(obj)