Remove stray code that made it in

This commit is contained in:
Jedrzej Kosinski 2025-12-14 03:12:48 -08:00
parent 0d9364e942
commit 364b9b673b

View File

@ -1575,8 +1575,6 @@ class _ComfyNodeBaseInternal(_ComfyNodeInternal):
@final
@classmethod
def EXECUTE_NORMALIZED(cls, *args, **kwargs) -> NodeOutput:
_args = args
_kwargs = kwargs
to_return = cls.execute(*args, **kwargs)
if to_return is None:
to_return = NodeOutput()