hlfw.ca

webbing

Download patch

ref: b5645ec96af3ef2f5a017e61d5ce8404741ff224
parent: ce8135ed1237936861af702d03f0beebfd25432b
author: halfwit <michaelmisch1985@gmail.com>
date: Sat Nov 9 06:44:30 PST 2019

Unneeded println

--- a/router/run.go
+++ b/router/run.go
@@ -83,7 +83,6 @@
 		session: us,
 		path:    r.URL.Path[1:],
 	}
-	fmt.Println(p.path)
 	switch r.Method {
 	case "GET":
 		get(p, w)