diff --git a/tools/gltf_auto_export/auto_export/tracker.py b/tools/gltf_auto_export/auto_export/tracker.py index 18959d6..e90f527 100644 --- a/tools/gltf_auto_export/auto_export/tracker.py +++ b/tools/gltf_auto_export/auto_export/tracker.py @@ -50,7 +50,6 @@ class AutoExportTracker(PropertyGroup): # reset whether there have been changed objects since the last save cls.changed_objects_per_scene.clear() # all our logic is done, mark this as done - print("EXPORT DONE") @classmethod def deps_update_handler(cls, scene, depsgraph):