Quiet up logs again

Former-commit-id: 112283191c
This commit is contained in:
Owen
2026-01-18 12:18:48 -08:00
parent a8e0844758
commit 25cb50901e
2 changed files with 2 additions and 2 deletions

View File

@@ -580,7 +580,7 @@ func (pm *PeerMonitor) checkHolepunchEndpoints() bool {
anyStatusChanged := false
for siteID, endpoint := range endpoints {
logger.Debug("holepunchTester: testing endpoint for site %d: %s", siteID, endpoint)
// logger.Debug("holepunchTester: testing endpoint for site %d: %s", siteID, endpoint)
result := pm.holepunchTester.TestEndpoint(endpoint, timeout)
pm.mutex.Lock()