Skip to content

Commit 8a31ee7

Browse files
author
Graeme Christie
committed
Removed unused commented code
Signed-off-by: Graeme Christie <gchristie@bunnings.com.au>
1 parent 3578ebe commit 8a31ee7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

injectproxy/routes.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ func (sle StaticLabelEnforcer) ExtractLabel(next http.HandlerFunc) http.Handler
276276
}
277277

278278
func NewRoutes(upstream *url.URL, label string, extractLabeler ExtractLabeler, opts ...Option) (*routes, error) {
279-
//extraHttpHeaders []string, rewriteHostHeader string
280279
opt := options{}
281280
for _, o := range opts {
282281
o.apply(&opt)

0 commit comments

Comments
 (0)