Skip to content

Commit

Permalink
fix: Remove log (#1694)
Browse files Browse the repository at this point in the history
  • Loading branch information
cindyyan317 authored Oct 18, 2024
1 parent 9b0b4f5 commit d60654c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/web/impl/WsBase.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ class WsBase : public ConnectionBase, public std::enable_shared_from_this<WsBase
void
onWrite(boost::system::error_code ec, std::size_t)
{
LOG(perfLog_.info()) << tag() << "xinmeng sent message";
messages_.pop();
--messagesLength_.get();
sending_ = false;
Expand Down

0 comments on commit d60654c

Please sign in to comment.