remove stray debugging print

This commit is contained in:
tjpcc 2023-10-10 08:58:14 -06:00
parent 4a5f2098a2
commit 9b0e9a9581
1 changed files with 0 additions and 2 deletions

View File

@ -150,8 +150,6 @@ func addGeminiGitRoute(router *sr.Router, route RouteDirective) {
reqclone := cloneRequest(request)
reqclone.Path = strings.TrimPrefix(reqclone.Path, route.URLPath)
fmt.Printf("original %s, relative %s\n", request.Path, reqclone.Path)
handler, params := subrouter.Match(reqclone)
if handler == nil {
return nil