mirror of
https://github.com/fosrl/gerbil.git
synced 2026-02-08 05:56:40 +00:00
Remove logging
This commit is contained in:
7
main.go
7
main.go
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user