diff --git a/io_scene_ase/exporter.py b/io_scene_ase/exporter.py index 59144d1..2d9b8f2 100644 --- a/io_scene_ase/exporter.py +++ b/io_scene_ase/exporter.py @@ -95,7 +95,6 @@ class ASE_OT_ExportCollections(Operator, ExportHelper): context.window_manager.progress_begin(0, len(layer_collections)) for i, collection in enumerate(collections): - print(type(collection), collection, collection.hide_viewport) # Iterate over all the objects in the collection. try: ase = ASEBuilder().build(context, options, collection.objects)