Skip to content

Commit c39481d

Browse files
committed
Remove debug output
1 parent dfd660b commit c39481d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/basic_data_handling/data_list_nodes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,6 @@ def INPUT_TYPES(cls):
811811
INPUT_IS_LIST = True
812812

813813
def convert(self, **kwargs: list[Any]) -> tuple[list[Any]]:
814-
print(f"input list: '{kwargs.get('list', [])}'")
815814
return (list(kwargs.get('list', [])).copy(),)
816815

817816

0 commit comments

Comments
 (0)