From 5f375f0d16cb3ef89e023e33dad5d5709bad4c85 Mon Sep 17 00:00:00 2001 From: comfyanonymous Date: Tue, 21 Feb 2023 01:28:08 -0500 Subject: [PATCH] Remove my "deleted" debug print that confused people. --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 54c66dac..7c72bc4e 100644 --- a/main.py +++ b/main.py @@ -152,7 +152,6 @@ def recursive_output_delete_if_changed(prompt, old_prompt, outputs, current_item to_delete = True if to_delete: - print("deleted", unique_id) d = outputs.pop(unique_id) del d return to_delete