aboutsummaryrefslogtreecommitdiffstats
path: root/modules/context/context.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/context/context.go')
-rw-r--r--modules/context/context.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/context/context.go b/modules/context/context.go
index 94e1f6cfff..5038850649 100644
--- a/modules/context/context.go
+++ b/modules/context/context.go
@@ -610,9 +610,6 @@ func Contexter() func(next http.Handler) http.Handler {
var startTime = time.Now()
var link = setting.AppSubURL + strings.TrimSuffix(req.URL.EscapedPath(), "/")
- chiCtx := chi.RouteContext(req.Context())
- chiCtx.RoutePath = req.URL.EscapedPath()
-
var ctx = Context{
Resp: NewResponse(resp),
Cache: mc.GetCache(),