Commit 376a3e4dd43ba7d34689d7dc098f65deaabbc1cf
1 parent
084662f0
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/httpserver.go
| @@ -684,7 +684,7 @@ func DoBuyCat(w http.ResponseWriter, r *http.Request) { | @@ -684,7 +684,7 @@ func DoBuyCat(w http.ResponseWriter, r *http.Request) { | ||
| 684 | Uuid, _ = strconv.Atoi(r.Header.Get("uid")) | 684 | Uuid, _ = strconv.Atoi(r.Header.Get("uid")) |
| 685 | } | 685 | } |
| 686 | if Uuid == 0 { | 686 | if Uuid == 0 { |
| 687 | - logger.Error("DoBuyCat uuid is nil") | 687 | + //logger.Error("DoBuyCat uuid is nil") |
| 688 | SetHeader(w) | 688 | SetHeader(w) |
| 689 | return | 689 | return |
| 690 | } | 690 | } |