Skip to content

Commit

Permalink
internal/client: remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
igarciaolaizola committed Aug 7, 2018
1 parent 915d30f commit 3bda791
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ func (c *Client) Run() error {
}
k := strings.Trim(kv[0], " ")
v := strings.Trim(kv[1], " ")
fmt.Println(k, " ", v)
req.Header.Add(k, v)
}
}
Expand Down

0 comments on commit 3bda791

Please sign in to comment.