Skip to content

Commit

Permalink
Don't print annoying "no cookies" message
Browse files Browse the repository at this point in the history
  • Loading branch information
mt-inside committed Mar 13, 2024
1 parent 42d2a48 commit f60999e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/output/renderer_tty.go
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,6 @@ func (o TtyRenderer) HeadFull(d *state.RequestData) {

if len(d.HttpCookies) > 0 {
fmt.Println("Cookies")
} else {
fmt.Println("No Cookies")
}
for n, c := range d.HttpCookies {
val := c.Value
Expand Down

0 comments on commit f60999e

Please sign in to comment.