mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-11 00:43:10 -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{
|
||||
Timeout: 5 * time.Second,
|
||||
}
|
||||
fmt.Println("Attempting request", r.Req)
|
||||
res, err := client.Do(r.Req)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
|
|||
Loading…
Reference in a new issue