From ee8f1bccfcf8be571276ab3180d396e74ea8186e Mon Sep 17 00:00:00 2001 From: chargeuk Date: Sun, 6 Apr 2025 12:04:27 +0100 Subject: [PATCH] tidy code --- execution.py | 1 - 1 file changed, 1 deletion(-) diff --git a/execution.py b/execution.py index 268e0577d..f89e19213 100644 --- a/execution.py +++ b/execution.py @@ -381,7 +381,6 @@ def execute(server, dynprompt, caches, current_item, extra_data, executed, promp pending_subgraph_results[unique_id] = cached_outputs return (ExecutionResult.PENDING, None, None) caches.outputs.set(unique_id, output_data) - # caches.outputs.notify_node_executed(unique_id) # Notify cache of execution except comfy.model_management.InterruptProcessingException as iex: logging.info("Processing interrupted")