Skip to content

Commit

Permalink
Merge pull request #46 from ochanoco/feature/remove-unused-print
Browse files Browse the repository at this point in the history
feat: remove ununsed print
  • Loading branch information
akakou authored Nov 8, 2023
2 parents fd0977d + e8ef11f commit 526d74c
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 526d74c

Please sign in to comment.