From 78d5859bde85263373b869d243cd224770a5881a Mon Sep 17 00:00:00 2001 From: Victor Boivie Date: Mon, 10 May 2021 19:30:41 +0200 Subject: [PATCH] sctp: dcsctp: Remove log statement This log statement is quite spammy and isn't of any help, so remove it. Bug: webrtc:12614 Change-Id: Ia087228e0a3f602d558fcb7cbd9ec5295f35dcb9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/218202 Reviewed-by: Florent Castelli Reviewed-by: Harald Alvestrand Commit-Queue: Victor Boivie Cr-Commit-Position: refs/heads/master@{#33981} --- media/sctp/dcsctp_transport.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/media/sctp/dcsctp_transport.cc b/media/sctp/dcsctp_transport.cc index 687e7503e6..7cbc43f48e 100644 --- a/media/sctp/dcsctp_transport.cc +++ b/media/sctp/dcsctp_transport.cc @@ -320,7 +320,6 @@ uint32_t DcSctpTransport::GetRandomInt(uint32_t low, uint32_t high) { } void DcSctpTransport::NotifyOutgoingMessageBufferEmpty() { - RTC_LOG(LS_VERBOSE) << debug_name_ << "->NotifyOutgoingMessageBufferEmpty()"; if (!ready_to_send_data_) { ready_to_send_data_ = true; SignalReadyToSendData();