From 0c113ad5aa42fa0d7963c0b08a9be0fd642b76b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?xavier=20dupr=C3=A9?= Date: Wed, 12 Aug 2020 10:12:57 +0200 Subject: [PATCH] Removes unnecessary print --- tests/test_optimizers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_optimizers.py b/tests/test_optimizers.py index 03e589914..888029f2d 100644 --- a/tests/test_optimizers.py +++ b/tests/test_optimizers.py @@ -912,7 +912,6 @@ def test_duplicated_duplicated_attributes(self): op_type="ReduceSum", remaining_op_num=2) def _check_initializer_num(self, graph_proto, num): - print(len(graph_proto.initializer)) return num == len(graph_proto.initializer) def test_duplicated_duplicated_constant(self):