Skip to content

Commit 1e1d14b

Browse files
committed
removed temp. debugs
1 parent 51444a4 commit 1e1d14b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internals/proxy/middlewares/template.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,6 @@ func templatePath(reqUrl *url.URL, VARIABLES interface{}) (string, bool) {
159159
return reqUrl.Path, modified
160160
}
161161

162-
log.Debug("Path (before): ", reqUrl.Path)
163-
log.Debug("Path (now): ", reqPath)
164-
165162
if reqUrl.Path != reqPath {
166163
log.Debug("Applied Path Templating: ", reqPath)
167164

0 commit comments

Comments
 (0)