Explorar o código

Fix HTTPServer bug

Stan hai 1 día
pai
achega
b0ae0a50e0
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      http_server.go

+ 0 - 1
http_server.go

@@ -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))