Remove logging

This commit is contained in:
Owen
2025-02-22 13:09:04 -05:00
parent 7b3f7d2b12
commit a145b77f79

View File

@@ -128,11 +128,6 @@ func startUDPServer(addr string, server string) {
// Send the endpoint info to the Olm server
go notifyServer(endpoint, server)
logger.Info("Received hole punch from %s:%d for Olm ID: %s",
remoteAddr.IP,
remoteAddr.Port,
msg.OlmID)
}
}
@@ -160,8 +155,6 @@ func notifyServer(endpoint ClientEndpoint, server string) {
string(body))
return
}
logger.Info("Successfully notified Olm server about endpoint for ID: %s", endpoint.OlmID)
}
func main() {