delete log

This commit is contained in:
chenwenxiao
2019-02-21 15:48:20 +08:00
parent f9f3142543
commit 41ba422675

View File

@@ -107,10 +107,8 @@ func (s *HTTPStaticServer) ServeHTTP(w http.ResponseWriter, r *http.Request) {
func (s *HTTPStaticServer) hGet(w http.ResponseWriter, r *http.Request) {
if r.FormValue("op") == "info" {
fmt.Println("hGet op=info")
s.hInfo(w, r)
}else {
fmt.Println("hGet op not equal info")
s.hIndex(w, r)
}
return