mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-13 01:43:09 -06:00
common/test/client: Remove stray debug print
This commit is contained in:
parent
6650246ee8
commit
dac32b386d
|
|
@ -71,7 +71,6 @@ func (r *Request) Do() error {
|
||||||
client := &http.Client{
|
client := &http.Client{
|
||||||
Timeout: 5 * time.Second,
|
Timeout: 5 * time.Second,
|
||||||
}
|
}
|
||||||
fmt.Println("Attempting request", r.Req)
|
|
||||||
res, err := client.Do(r.Req)
|
res, err := client.Do(r.Req)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue