remove unnecessary code
This commit is contained in:
		
							parent
							
								
									18e4084fab
								
							
						
					
					
						commit
						4ec4c71d27
					
				|  | @ -184,8 +184,6 @@ func (b *mockBody) Close() error { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| func (c *mockHttpClient) Do(req *http.Request) (*http.Response, error) { | func (c *mockHttpClient) Do(req *http.Request) (*http.Response, error) { | ||||||
| 	fmt.Printf("do request: %v", *req) |  | ||||||
| 
 |  | ||||||
| 	resp := http.Response{ | 	resp := http.Response{ | ||||||
| 		Status:        "200 OK", | 		Status:        "200 OK", | ||||||
| 		StatusCode:    200, | 		StatusCode:    200, | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue