diff --git a/src/finn/core/execute_custom_node.py b/src/finn/core/execute_custom_node.py
index c941b5011bbae20cef7f751351dd581086d05f9d..927ac5aee4bc919af4217e4e53a742e0d920377f 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