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)