mirror of
https://github.com/grafana/grafana.git
synced 2025-01-02 12:17:01 -06:00
fix(build): removed logging call that caused wrong dependency to be used
This commit is contained in:
parent
1ae24b366f
commit
23e0240410
@ -8,7 +8,6 @@ import (
|
||||
"net/url"
|
||||
"time"
|
||||
|
||||
"github.com/Unknwon/log"
|
||||
"github.com/grafana/grafana/pkg/middleware"
|
||||
"github.com/grafana/grafana/pkg/setting"
|
||||
"github.com/grafana/grafana/pkg/util"
|
||||
@ -33,7 +32,6 @@ func ReverseProxyGnetReq(proxyPath string) *httputil.ReverseProxy {
|
||||
req.Host = url.Host
|
||||
|
||||
req.URL.Path = util.JoinUrlFragments(url.Path+"/api", proxyPath)
|
||||
log.Info("Url: %v", req.URL.Path)
|
||||
|
||||
// clear cookie headers
|
||||
req.Header.Del("Cookie")
|
||||
|
Loading…
Reference in New Issue
Block a user