Skip to content

Commit 219d49e

Browse files
committed
Remove uneccesary logging.
1 parent 888b8e9 commit 219d49e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

marathon/marathon.go

-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ func (m Marathon) leaderPoll() error {
163163
func (m Marathon) get(url string) ([]byte, error) {
164164
request, err := http.NewRequest("GET", url, nil)
165165
if err != nil {
166-
log.Error(err.Error())
167166
return nil, err
168167
}
169168
request.Header.Add("Accept", "application/json")

0 commit comments

Comments
 (0)