remove vlog, test=develop (#22898)

revert-22710-feature/integrated_ps_api
tangwei12 5 years ago committed by GitHub
parent b290420fc4
commit 07e13b84cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -221,7 +221,6 @@ void AsyncCommunicator::RecvThread() {
while (running_) {
int grad_num = grad_num_.load();
if (grad_num > min_send_grad_num_before_recv_) {
VLOG(1) << "current grad num " << grad_num;
RecvAll();
grad_num_.store(0);
} else {

Loading…
Cancel
Save