From 4e0b90f52fac778195f75521b281bb0256b45d60 Mon Sep 17 00:00:00 2001 From: auphelia <jakobapk@web.de> Date: Fri, 1 Nov 2019 13:54:52 +0000 Subject: [PATCH] [Execution: Custom Node] Deleted obsolete print --- src/finn/core/execute_custom_node.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/finn/core/execute_custom_node.py b/src/finn/core/execute_custom_node.py index c941b5011..927ac5aee 100644 --- a/src/finn/core/execute_custom_node.py +++ b/src/finn/core/execute_custom_node.py @@ -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 -- GitLab