remove debug items

This commit is contained in:
0xdcarns
2023-03-30 17:33:46 -04:00
parent 8f2c38b118
commit 2da7d7242f
2 changed files with 0 additions and 2 deletions

View File

@@ -180,7 +180,6 @@ func UpdateHostFromClient(newHost, currHost *models.Host) (sendPeerUpdate bool)
}
if len(newHost.NatType) > 0 && newHost.NatType != currHost.NatType {
currHost.NatType = newHost.NatType
logger.Log(0, "updated host nat type", newHost.Name, newHost.NatType)
sendPeerUpdate = true
}