Remove IP address logging from NetworkInformation
Bug: b/152283155 Change-Id: I5842e83f210df13cfb312a8961256531e641f539 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/171519 Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Reviewed-by: Jonas Oreland <jonaso@webrtc.org> Commit-Queue: Paulina Hensman <phensman@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30877}
This commit is contained in:
committed by
Commit Bot
parent
a388b75223
commit
0e5527529a
@ -173,10 +173,6 @@ std::string NetworkInformation::ToString() const {
|
||||
if (type == NETWORK_VPN) {
|
||||
ss << "; underlying_type_for_vpn " << underlying_type_for_vpn;
|
||||
}
|
||||
ss << "; address";
|
||||
for (const rtc::IPAddress& address : ip_addresses) {
|
||||
ss << " " << address.ToString();
|
||||
}
|
||||
ss << "]";
|
||||
return ss.Release();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user