Skip to content

Commit b2f2887

Browse files
committed
remove unused code
1 parent 5a608fc commit b2f2887

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/paddle/fluid/tests/unittests/test_dist_transpiler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ def transpiler_test_impl(self):
402402
pserver1, startup1 = self.get_pserver(self.pserver1_ep)
403403

404404
self.assertEqual(len(pserver1.blocks), 3)
405-
# print(str(pserver1))
406405
# 0 listen_and_serv
407406
# 1 optimize for fc_w or fc_b adam
408407
self.assertEqual([op.type for op in pserver1.blocks[1].ops],

0 commit comments

Comments
 (0)