Skip to content

Commit 65e0aef

Browse files
committed
Remove trace code
1 parent 5f44080 commit 65e0aef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

routers/routes/chi.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ func RegisterInstallRoute(c chi.Router) {
217217
// We need at least one handler in chi so that it does not drop
218218
// our middleware: https://github.com/go-gitea/gitea/issues/13725#issuecomment-735244395
219219
c.Get("/", func(w http.ResponseWriter, req *http.Request) {
220-
panic("lll")
221220
m.ServeHTTP(w, req)
222221
})
223222

0 commit comments

Comments
 (0)