Clean up previous logging

This commit is contained in:
Owen
2026-03-13 11:45:36 -07:00
parent 539e595c48
commit c7b01288e0
2 changed files with 0 additions and 4 deletions

View File

@@ -112,8 +112,6 @@ func NewWireGuardService(interfaceName string, port uint16, mtu int, host string
return nil, fmt.Errorf("failed to generate private key: %v", err)
}
logger.Debug("+++++++++++++++++++++++++++++++= the port is %d", port)
if port == 0 {
// Find an available port
portRandom, err := util.FindAvailableUDPPort(49152, 65535)