Merge branch 'google3' to roll forward to cl/348050035.

This commit is contained in:
hai007
2020-12-17 10:45:20 -08:00
6 changed files with 13 additions and 31 deletions
@@ -16,7 +16,6 @@ PeerConnectionObserverImpl::PeerConnectionObserverImpl(
void PeerConnectionObserverImpl::OnIceCandidate(
const webrtc::IceCandidateInterface* candidate) {
NEARBY_LOG(INFO, "OnIceCandidate");
local_ice_candidate_listener_.local_ice_candidate_found_cb(candidate);
}