Explorar el Código

Fix HTTPServer bug

Stan hace 1 día
padre
commit
b0ae0a50e0
Se han modificado 1 ficheros con 0 adiciones y 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))