fix(dataproxy): removed accidental debug code

This commit is contained in:
Torkel Ödegaard 2016-06-17 08:11:37 +02:00
parent 8b2f6fffc9
commit 5c35fac8fe

View File

@ -63,8 +63,6 @@ func NewReverseProxy(ds *m.DataSource, proxyPath string, targetUrl *url.URL) *ht
req.Header.Add("Authorization", dsAuth) req.Header.Add("Authorization", dsAuth)
} }
time.Sleep(time.Second * 5)
// clear cookie headers // clear cookie headers
req.Header.Del("Cookie") req.Header.Del("Cookie")
req.Header.Del("Set-Cookie") req.Header.Del("Set-Cookie")