Removed debug printing

This commit is contained in:
Colin Basnett
2024-05-26 14:23:00 -07:00
parent bd90088aed
commit 956de550b2

View File

@@ -95,7 +95,6 @@ class ASE_OT_ExportCollections(Operator, ExportHelper):
context.window_manager.progress_begin(0, len(layer_collections)) context.window_manager.progress_begin(0, len(layer_collections))
for i, collection in enumerate(collections): for i, collection in enumerate(collections):
print(type(collection), collection, collection.hide_viewport)
# Iterate over all the objects in the collection. # Iterate over all the objects in the collection.
try: try:
ase = ASEBuilder().build(context, options, collection.objects) ase = ASEBuilder().build(context, options, collection.objects)