Do not log IP address from network remote settings.

This commit is contained in:
John Maguire 2014-01-30 11:50:52 +01:00
parent 7ce75258b8
commit 0a778e2901
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(", ");
}