diff --git a/analytics.go b/analytics.go index 6a7ae14..9358956 100644 --- a/analytics.go +++ b/analytics.go @@ -300,7 +300,6 @@ func (c *client) upload(b []byte) error { res, err := c.http.Do(req) if err != nil { - c.errorf("sending request - %s", err) return err }