diff --git a/tools/remote_caller.go b/tools/remote_caller.go index b481bd0..96fae94 100644 --- a/tools/remote_caller.go +++ b/tools/remote_caller.go @@ -82,10 +82,6 @@ func (caller *HTTPCaller) CallGet(url string, subpath string, types ...string) ( if err != nil { return nil, err } - err = caller.StoreResp(resp) - if err != nil { - return nil, err - } return caller.LastResults["body"].([]byte), nil }