Quiet up logs again

This commit is contained in:
Owen
2026-01-18 12:18:48 -08:00
parent 1fb6e2a00d
commit 112283191c
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()