Commit 23e02404 by Torkel Ödegaard

fix(build): removed logging call that caused wrong dependency to be used

parent 1ae24b36
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment