remove unnecessary code

This commit is contained in:
Murat Kabilov 2017-06-09 11:40:21 +02:00
parent 18e4084fab
commit 4ec4c71d27
1 changed files with 0 additions and 2 deletions

View File

@ -184,8 +184,6 @@ func (b *mockBody) Close() error {
}
func (c *mockHttpClient) Do(req *http.Request) (*http.Response, error) {
fmt.Printf("do request: %v", *req)
resp := http.Response{
Status: "200 OK",
StatusCode: 200,