Commit 24391aaa14ea36fa274151538e5249555a498c54

Authored by 陆恒
1 parent 22f31e51
Exists in master

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/httpserver.go
... ... @@ -103,7 +103,7 @@ func NewSaveData(w http.ResponseWriter, r *http.Request) {
103 103 r.Body.Close()
104 104  
105 105 s := string(result)
106   - //logger.Info("NewSaveData , body:%v", s)
  106 + logger.Info("NewSaveData , body:%v", s)
107 107  
108 108 HandleNewSaveData(w,s)
109 109 }
... ...