Skip to content

Commit e59e35b

Browse files
committed
remove accidentally committed println
1 parent ad3f15e commit e59e35b

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)