Skip to content

Commit 5e642d5

Browse files
author
sandyhouse
committed
update
1 parent 9756b09 commit 5e642d5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

paddle/fluid/distributed/store/tcp_store.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,6 @@ void MasterDaemon::run() {
136136
}
137137

138138
for (size_t i = 1; i < fds.size(); i++) {
139-
VLOG(0) << "fds.size:" << fds.size();
140-
VLOG(0) << "fds.size-i:" << i;
141-
VLOG(0) << "fds[i].revents:" << fds[i].revents;
142-
143139
try {
144140
if (fds[i].revents == 0) {
145141
continue;

0 commit comments

Comments
 (0)