Skip to content
Snippets Groups Projects
Commit 1891d576 authored by Maxence Naud's avatar Maxence Naud
Browse files

Remove print

parent 1ebf25e4
No related branches found
No related tags found
1 merge request!1190.2.1
Pipeline #45639 passed
......@@ -39,7 +39,6 @@ class ExportNode(ABC):
if parent_node is not None:
self.inputs_dims.append(self.operator.get_input(idx).dims())
else:
print(self.operator.get_input(idx))
if self.operator.get_input(idx) is not None:
self.inputs_dims.append(self.operator.get_input(idx).dims())
else:
......
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