Do not log IP address from network remote settings.

(cherry picked from commit 0a778e2901)
This commit is contained in:
John Maguire 2014-01-30 11:50:52 +01:00
parent d88d0d420e
commit 9acd2e59c2
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ void NetworkRemoteSettingsPage::Load() {
// TODO: Add ipv6 support to tinysvcmdns.
if (address.protocol() == QAbstractSocket::IPv4Protocol &&
!address.isInSubnet(QHostAddress::parseSubnet("127.0.0.1/8"))) {
qLog(Debug) << "IP:" << address.toString();
if (!ip_addresses.isEmpty()) {
ip_addresses.append(", ");
}