浏览代码

Remove debug Println

DarthSim 1 月之前
父节点
当前提交
a3c633f884
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      processing_handler_test.go

+ 0 - 1
processing_handler_test.go

@@ -341,7 +341,6 @@ func (s *ProcessingHandlerTestSuite) TestErrorSavingToSVG() {
 	res := rw.Result()
 	res := rw.Result()
 
 
 	s.Require().Equal(422, res.StatusCode)
 	s.Require().Equal(422, res.StatusCode)
-	fmt.Println(io.ReadAll(res.Body)) // Read the body to avoid resource leak
 }
 }
 
 
 func (s *ProcessingHandlerTestSuite) TestCacheControlPassthroughCacheControl() {
 func (s *ProcessingHandlerTestSuite) TestCacheControlPassthroughCacheControl() {