delete log
All checks were successful
Build Go Binary / build (push) Successful in 38s

This commit is contained in:
andreas.holzmann 2025-08-15 14:31:49 +02:00
parent 91fbebd25e
commit 150373a819

View file

@ -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)