removed one logging
diff --git a/api.go b/api.go index 87382a3..88ccf29 100644 --- a/api.go +++ b/api.go
@@ -331,8 +331,6 @@ backOffFunc() continue } - b, _ := ioutil.ReadAll(resp.Body) - log.Debugf("tracking service returned %s , code: %d, body: %s", apiPath, resp.StatusCode, string(b)) return nil } }