diff --git a/execution.py b/execution.py index f23bdd221..c38e00af8 100644 --- a/execution.py +++ b/execution.py @@ -56,7 +56,6 @@ class IsChangedCache: class_type = node["class_type"] class_def = nodes.NODE_CLASS_MAPPINGS[class_type] #Initialization statistics - # print("任务包含的节点",node_id) reset_node_counts() #Initialization statistics if not hasattr(class_def, "IS_CHANGED"):