Remove log, the function is already deprecated.

Bug: None
Change-Id: I59375bd60910b44d44328d652713997d38c208a6
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/290562
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#39005}
This commit is contained in:
Mirko Bonadei 2023-01-04 13:18:51 +00:00 committed by WebRTC LUCI CQ
parent 8a40d08189
commit 861357dce7

View File

@ -58,8 +58,6 @@ ModuleRtpRtcpImpl::RtpSenderContext::RtpSenderContext(
std::unique_ptr<RtpRtcp> RtpRtcp::DEPRECATED_Create(
const Configuration& configuration) {
RTC_DCHECK(configuration.clock);
RTC_LOG(LS_ERROR)
<< "*********** USING WebRTC INTERNAL IMPLEMENTATION DETAILS ***********";
return std::make_unique<ModuleRtpRtcpImpl>(configuration);
}