mirror of
https://gitee.com/sjqzhang/go-fastdfs.git
synced 2024-12-01 18:57:58 +08:00
remove fmt.Println
This commit is contained in:
parent
ab343c41fc
commit
601d566397
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user