From 7fc9f87b5489b45e3cf0b0d554aed77eeb9c0127 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 54c66dac6..7c72bc4e0 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