mirror of
https://gitee.com/openharmony/arkcompiler_toolchain
synced 2024-11-23 07:30:33 +00:00
!64 remove performance-sensitive log
Merge pull request !64 from Gymee/remove_log
This commit is contained in:
commit
4831dc01bb
@ -107,7 +107,6 @@ void WsServer::SendReply(const std::string& message) const
|
||||
LOGE("WsServer SendReply websocket has been closed unexpectedly");
|
||||
return;
|
||||
}
|
||||
LOGI("WsServer SendReply: %{public}s", message.c_str());
|
||||
try {
|
||||
boost::beast::multi_buffer buffer;
|
||||
boost::beast::ostream(buffer) << message;
|
||||
|
Loading…
Reference in New Issue
Block a user