Skip to content
Snippets Groups Projects
Commit 4e0b90f5 authored by auphelia's avatar auphelia
Browse files

[Execution: Custom Node] Deleted obsolete print

parent 5ed98335
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,6 @@ def execute_custom_node(node, context, graph):
# setting context according to output
context[node.output[0]] = output
print(output)
else:
# exception if op_type is not supported
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment