Skip to content

Commit 6cb1942

Browse files
authored
Merge pull request #1055 from xadupre/noprint
Removes unnecessary print
2 parents 6b26c65 + 0c113ad commit 6cb1942

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_optimizers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,6 @@ def test_duplicated_duplicated_attributes(self):
912912
op_type="ReduceSum", remaining_op_num=2)
913913

914914
def _check_initializer_num(self, graph_proto, num):
915-
print(len(graph_proto.initializer))
916915
return num == len(graph_proto.initializer)
917916

918917
def test_duplicated_duplicated_constant(self):

0 commit comments

Comments
 (0)