diff options
Diffstat (limited to 'plugin/pkg/proxy/persistent.go')
| -rw-r--r-- | plugin/pkg/proxy/persistent.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/pkg/proxy/persistent.go b/plugin/pkg/proxy/persistent.go index bd7193d..2dc8bde 100644 --- a/plugin/pkg/proxy/persistent.go +++ b/plugin/pkg/proxy/persistent.go @@ -29,7 +29,6 @@ type Transport struct { } func newTransport(addr string) *Transport { - print(addr) t := &Transport{ avgDialTime: int64(maxDialTimeout / 2), conns: [typeTotalCount][]*persistConn{}, |
