From dac32b386de147b9b71fa159b19ab049cc5f9206 Mon Sep 17 00:00:00 2001 From: Robert Swain Date: Wed, 7 Jun 2017 16:08:57 +0200 Subject: [PATCH] common/test/client: Remove stray debug print --- src/github.com/matrix-org/dendrite/common/test/client.go | 1 - 1 file changed, 1 deletion(-) 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