Commit b6622d44b66bce046335f63e0f0662bd8a1a9370
1 parent
3446a84f
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/httpserver.go
@@ -63,7 +63,7 @@ func GetStampTime(w http.ResponseWriter, r *http.Request) { | @@ -63,7 +63,7 @@ func GetStampTime(w http.ResponseWriter, r *http.Request) { | ||
63 | r.Body.Close() | 63 | r.Body.Close() |
64 | 64 | ||
65 | s := string(result) | 65 | s := string(result) |
66 | - logger.Info("GetStampTime , body:%v", s) | 66 | + //logger.Info("GetStampTime , body:%v", s) |
67 | 67 | ||
68 | HandlerGetStampTime(w, s) | 68 | HandlerGetStampTime(w, s) |
69 | } | 69 | } |