diff --git a/src/github.com/matrix-org/dendrite/common/test/client.go b/src/github.com/matrix-org/dendrite/common/test/client.go index 509a3aa5a..839f9b336 100644 --- a/src/github.com/matrix-org/dendrite/common/test/client.go +++ b/src/github.com/matrix-org/dendrite/common/test/client.go @@ -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