소스 검색

Fix HTTPServer bug

Stan 1 일 전
부모
커밋
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
 		}
 
-		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))