remove fmt.Println

This commit is contained in:
s_jqzhang 2019-03-27 11:46:06 +08:00
parent ab343c41fc
commit 601d566397

View File

@ -1215,7 +1215,6 @@ func (this *Server) CheckAuth(w http.ResponseWriter, r *http.Request) bool {
if result, err = req.String(); err != nil {
return false
}
fmt.Println(result)
if result != "1" && result != "ok" {
return false
}