Skip to content

Commit b2d8339

Browse files
committed
remove accidentally committed println
1 parent c1147e6 commit b2d8339

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/frontend/http.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ func (handler *SSRHandler) SetupRoutes(register func(string, string, http.Handle
127127
http.StripPrefix(
128128
"/"+handler.cfg.RootPath,
129129
http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
130-
println(r.URL.Path)
131130
if r.URL.Path == "" || r.URL.Path == "/" {
132131
indexHandler(w, r)
133132
return

0 commit comments

Comments
 (0)