Skip to content

Commit 5c35fac

Browse files
committed
fix(dataproxy): removed accidental debug code
1 parent 8b2f6ff commit 5c35fac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/api/dataproxy.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ func NewReverseProxy(ds *m.DataSource, proxyPath string, targetUrl *url.URL) *ht
6363
req.Header.Add("Authorization", dsAuth)
6464
}
6565

66-
time.Sleep(time.Second * 5)
67-
6866
// clear cookie headers
6967
req.Header.Del("Cookie")
7068
req.Header.Del("Set-Cookie")

0 commit comments

Comments
 (0)