Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
alufers committed Jan 24, 2024
1 parent 2114bcc commit 56206d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions providers/yuntrack/yuntrack_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"context"
"encoding/json"
"fmt"
"log"
"net/http"
"net/http/cookiejar"
"time"
Expand Down Expand Up @@ -116,7 +115,6 @@ func (p *YunTrack) Track(ctx context.Context, trackingNumber string) (*commondat
// Perform the retry with the same request
res, err = client.Do(req)
if err != nil {
log.Printf("XDDD Failed to retry request: %v", err)
return nil, commonerrors.NewNetworkError(p.GetName(), req)
}
defer res.Body.Close()
Expand Down

0 comments on commit 56206d2

Please sign in to comment.