未验证 提交 135cf713 编写于 作者: L lilong12 提交者: GitHub

Remove unnecessary vlog (#40430)

上级 8aba826f
......@@ -136,10 +136,6 @@ void MasterDaemon::run() {
}
for (size_t i = 1; i < fds.size(); i++) {
VLOG(0) << "fds.size:" << fds.size();
VLOG(0) << "fds.size-i:" << i;
VLOG(0) << "fds[i].revents:" << fds[i].revents;
try {
if (fds[i].revents == 0) {
continue;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册