删除不必要的日志

This commit is contained in:
xiongziliang 2020-12-19 19:47:43 +08:00
parent 250d9f8e54
commit 584ea17dc5

View File

@ -113,7 +113,7 @@ bool RtpReceiver::handleOneRtp(int track_index, TrackType type, int samplerate,
} }
if (rtp_raw_len <= rtp.offset) { if (rtp_raw_len <= rtp.offset) {
WarnL << "无有效负载的rtp包:" << rtp_raw_len << " <= " << (int) rtp.offset; //无有效负载的rtp包
return false; return false;
} }