mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-17 01:52:59 +08:00
Remove stray code that made it in
This commit is contained in:
parent
0d9364e942
commit
364b9b673b
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user