From ecb27f34e6ad361092786657158c17b8047f8c31 Mon Sep 17 00:00:00 2001 From: astaxie Date: Thu, 9 Apr 2015 00:18:02 +0800 Subject: [PATCH] no output the dump --- httplib/httplib.go | 1 - 1 file changed, 1 deletion(-) diff --git a/httplib/httplib.go b/httplib/httplib.go index 8ee56bcd..935b7a71 100644 --- a/httplib/httplib.go +++ b/httplib/httplib.go @@ -407,7 +407,6 @@ func (b *BeegoHttpRequest) getResponse() (*http.Response, error) { println(err.Error()) } b.dump = dump - println(string(dump)) } resp, err := client.Do(b.req)