Skip to content

Commit

Permalink
remove useless log
Browse files Browse the repository at this point in the history
  • Loading branch information
numbaa committed Oct 29, 2023
1 parent 668b620 commit 1d2d3b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lanthing/src/client/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,6 @@ void Client::sendKeepAlive() {

void Client::onKeepAliveAck() {
// Ack是worker回复的,其它消息可能是service发送的,我们的目的是判断worker还在不在,所以只用KeepAliveAck来更新时间
LOG(INFO) << "onKeepAliveAck";
last_received_keepalive_ = ltlib::steady_now_ms();
}

Expand Down

0 comments on commit 1d2d3b8

Please sign in to comment.