diff --git a/pc/statscollector.cc b/pc/statscollector.cc index 0018b10c8b..2a5936830c 100644 --- a/pc/statscollector.cc +++ b/pc/statscollector.cc @@ -555,9 +555,6 @@ void StatsCollector::UpdateStats( const double kMinGatherStatsPeriod = 50; if (stats_gathering_started_ != 0 && stats_gathering_started_ + kMinGatherStatsPeriod > time_now) { - RTC_LOG(LS_INFO) - << "Not updating stats again, since they were updated within " - << kMinGatherStatsPeriod << "ms."; return; } stats_gathering_started_ = time_now;