Merge pull request #125 from dchen1107/master

Create cAdvisor client without querying machine information.
This commit is contained in:
monnand 2014-07-24 19:53:36 -04:00
commit a7bb41305c

View File

@ -36,10 +36,6 @@ func NewClient(URL string) (*Client, error) {
"api/v1.0",
}, "/"),
}
_, err := c.MachineInfo()
if err != nil {
return nil, err
}
return c, nil
}