Skip to content

Commit

Permalink
feat: remove ununsed print
Browse files Browse the repository at this point in the history
  • Loading branch information
akakou committed Nov 8, 2023
1 parent fd0977d commit e8ef11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/modify_resp.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func InjectHTMLModifyResponse(html string, proxy *TorimaProxy, res *http.Respons
return FINISHED, err
}

fmt.Printf("%v", html)
// fmt.Printf("%v", html)

b := []byte(html)
res.Body = ioutil.NopCloser(bytes.NewReader(b))
Expand Down

0 comments on commit e8ef11f

Please sign in to comment.