This commit is contained in:
Daniel Ledda
2020-11-04 17:28:51 +01:00
parent 3cfcaa3922
commit fccba1e4d7

View File

@@ -74,7 +74,6 @@ func getPatternHandler(pattern string) http.HandlerFunc {
if err != nil { if err != nil {
sendInternalError(err, context) sendInternalError(err, context)
} }
fmt.Println(context)
} }
} }