Stan 1 день назад
Родитель
Сommit
b0ae0a50e0
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      http_server.go

+ 0 - 1
http_server.go

@@ -151,7 +151,6 @@ func (this *HTTPServer) ServeHTTP(responseStream http.ResponseWriter, requestStr
 			return
 			return
 		}
 		}
 
 
-		fmt.Println(string(buffer))
 		err = json.Unmarshal(buffer, &handler.Data)
 		err = json.Unmarshal(buffer, &handler.Data)
 		if err != nil {
 		if err != nil {
 			this.log.Error("malformed request body", LogValue("path", requestStream.URL.Path), LogError(err))
 			this.log.Error("malformed request body", LogValue("path", requestStream.URL.Path), LogError(err))