Prechádzať zdrojové kódy

Remove debug Println

DarthSim 1 mesiac pred
rodič
commit
a3c633f884
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  1. 0 1
      processing_handler_test.go

+ 0 - 1
processing_handler_test.go

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