Roll forward to cl/348050035.

This commit is contained in:
hai007
2020-12-17 10:44:17 -08:00
parent 599a015760
commit cebf022b28
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);
}