aboutsummaryrefslogtreecommitdiff
path: root/http_server.go
diff options
context:
space:
mode:
Diffstat (limited to 'http_server.go')
-rw-r--r--http_server.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/http_server.go b/http_server.go
index 0dc324d..1b9bef6 100644
--- a/http_server.go
+++ b/http_server.go
@@ -157,8 +157,6 @@ func (router *http_router_t) ServeHTTP(w http.ResponseWriter, r *http.Request) {
return
}
- fmt.Println(non_empty_last_segments_len, separator_index, segments)
-
if non_empty_last_segments_len == separator_index+3 {
if redirect_with_slash(w, r) {
return