mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-07 09:41:37 +08:00
remove debug items
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user