mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-12 06:24:10 +01:00
web: remove debug Println
This commit is contained in:
@@ -52,7 +52,6 @@ func New(reporter *reporter.Reporter, config Configuration, dependencies Depende
|
||||
}
|
||||
proxyHandler := netHTTP.HandlerFunc(
|
||||
func(w netHTTP.ResponseWriter, r *netHTTP.Request) {
|
||||
fmt.Println("hello")
|
||||
proxy.ServeHTTP(w, r)
|
||||
})
|
||||
c.d.HTTP.AddHandler("/grafana/", proxyHandler)
|
||||
|
||||
Reference in New Issue
Block a user