diff --git a/src/HttpServer/logic/httpserver.go b/src/HttpServer/logic/httpserver.go index 257bfab..0fc24aa 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -63,7 +63,7 @@ func GetStampTime(w http.ResponseWriter, r *http.Request) { r.Body.Close() s := string(result) - logger.Info("GetStampTime , body:%v", s) + //logger.Info("GetStampTime , body:%v", s) HandlerGetStampTime(w, s) } -- libgit2 0.21.0