!64 remove performance-sensitive log

Merge pull request !64 from Gymee/remove_log
This commit is contained in:
openharmony_ci 2022-11-04 06:00:17 +00:00 committed by Gitee
commit 4831dc01bb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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;