Skip to content

Commit

Permalink
Merge pull request #19 from FindHotel/remove-error-message
Browse files Browse the repository at this point in the history
Remove useless error log message
  • Loading branch information
victorpoluceno authored Sep 12, 2022
2 parents 489fa52 + 22072a6 commit a558db7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion analytics.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit a558db7

Please sign in to comment.