未验证 提交 781f8b2f 编写于 作者: T tangwei12 提交者: GitHub

remove vlog, test=develop (#22899)

上级 e7985729
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册