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