去除多余日志

This commit is contained in:
xiongziliang
2020-01-08 14:00:53 +08:00
parent 5d2864cff2
commit ab32ca39a9
2 changed files with 6 additions and 6 deletions

View File

@@ -452,7 +452,7 @@ void RtmpSession::onProcessCmd(AMFDecoder &dec) {
std::string method = dec.load<std::string>();
auto it = s_cmd_functions.find(method);
if (it == s_cmd_functions.end()) {
TraceP(this) << "can not support cmd:" << method;
// TraceP(this) << "can not support cmd:" << method;
return;
}
_dNowReqID = dec.load<double>();