mirror of
https://github.com/fosrl/newt.git
synced 2026-09-12 08:59:05 +02:00
Remove redundant log message
This commit is contained in:
@@ -473,8 +473,6 @@ func main() {
|
||||
if err != nil {
|
||||
logger.Error("Failed to start WireGuard tester server: %v", err)
|
||||
} else {
|
||||
logger.Info("WireGuard connection testing server started on port %d", wgService.Port)
|
||||
|
||||
// Make sure to stop the server on exit
|
||||
defer wgTesterServer.Stop()
|
||||
}
|
||||
|
||||
Executable
BIN
Binary file not shown.
Reference in New Issue
Block a user