From 150373a819aec332aa7025c380ba81ab6e30e9a3 Mon Sep 17 00:00:00 2001 From: "andreas.holzmann" Date: Fri, 15 Aug 2025 14:31:49 +0200 Subject: [PATCH] delete log --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index c7dc89f..63274e6 100644 --- a/main.go +++ b/main.go @@ -243,7 +243,6 @@ func main() { } } b.Servers = servers - log.Printf("Backend %s: ServerOptions = %q", b.Name, b.ServerOptions) backends = append(backends, b) } tmplAbsPath, err := filepath.Abs(templatePath)