Skip to content

Commit b7f84f6

Browse files
committed
proxy: reduce logging
1 parent 8d0d882 commit b7f84f6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

proxy/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@ func (self *httpServer) run() {
220220
// httpProxy.Tr = tr
221221

222222
authProxyId := func(r *http.Request) (server.Id, error) {
223-
glog.Infof("AUTH %v\n", r.Header)
224-
225223
if r.TLS != nil {
226224
host := r.TLS.ServerName
227225
hostProxyId := strings.SplitN(host, ".", 2)[0]

0 commit comments

Comments
 (0)