Skip to content

Commit 781f8b2

Browse files
authored
remove vlog, test=develop (#22899)
1 parent e798572 commit 781f8b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

paddle/fluid/operators/distributed/communicator.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ void AsyncCommunicator::RecvThread() {
221221
while (running_) {
222222
int grad_num = grad_num_.load();
223223
if (grad_num > min_send_grad_num_before_recv_) {
224-
VLOG(1) << "current grad num " << grad_num;
225224
RecvAll();
226225
grad_num_.store(0);
227226
} else {

0 commit comments

Comments
 (0)