From 956de550b2f930fd0093ab35db008da893bbf618 Mon Sep 17 00:00:00 2001 From: Colin Basnett Date: Sun, 26 May 2024 14:23:00 -0700 Subject: [PATCH] Removed debug printing --- io_scene_ase/exporter.py | 1 - 1 file changed, 1 deletion(-) 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)