Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
seemingwang committed Sep 23, 2021
1 parent 1ff10c6 commit 5131c0c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion python/paddle/distributed/fleet/utils/ps_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ def dag_check_up_and_reorder(program, inputs, outputs):
outputs)

for idx, op in enumerate(program.global_block().ops):
print(idx, op)
for i in range(0, len(op.output_names)):
outs = op.output(op.output_names[i])
for in_id, in_var in enumerate(inputs):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ def dag_check_up_and_reorder(program, inputs, outputs):
outputs_idxs = [len(program.global_block().ops) + 1] * len(outputs)

for idx, op in enumerate(program.global_block().ops):
print(idx, op)
for i in range(0, len(op.output_names)):
outs = op.output(op.output_names[i])
for in_id, in_var in enumerate(inputs):
Expand Down

1 comment on commit 5131c0c

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.