Skip to content

Commit 8d2068c

Browse files
committed
remove token logging
1 parent 56644c1 commit 8d2068c

File tree

1 file changed

+0
-2
lines changed
  • query-proxy/internal/app/query-proxy

1 file changed

+0
-2
lines changed

query-proxy/internal/app/query-proxy/auth.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ func JWTAuth(handler http.HandlerFunc, config *pkg.Specification) http.HandlerFu
138138
return
139139
}
140140

141-
log.Println("GET data list with bearer", r.Header.Get("Authorization"))
142-
143141
rr := http.Request{
144142
Method: "GET",
145143
URL: u,

0 commit comments

Comments
 (0)