Commit 9a3bf83b94c623554591bc3f069f19f81dacccca

Authored by 陆恒
1 parent 078ac615
Exists in master

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/httpserver.go
... ... @@ -278,7 +278,7 @@ func SaveDataBackup(w http.ResponseWriter, r *http.Request) {
278 278 r.Body.Close()
279 279  
280 280 s := string(result)
281   - logger.Info("SaveDataBackup , body:%v,uuid=%v", s)
  281 + //logger.Info("SaveDataBackup , body:%v,uuid=%v", s)
282 282  
283 283 HandleSaveDataBackup(w,s)
284 284  
... ...