common/test/client: Remove stray debug print

This commit is contained in:
Robert Swain 2017-06-07 16:08:57 +02:00
parent 6650246ee8
commit dac32b386d

View file

@ -71,7 +71,6 @@ func (r *Request) Do() error {
client := &http.Client{
Timeout: 5 * time.Second,
}
fmt.Println("Attempting request", r.Req)
res, err := client.Do(r.Req)
if err != nil {
return err