Skip to content

Commit

Permalink
Remove printline
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Mar 25, 2023
1 parent 93ccdbc commit 81bd350
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"context"
"encoding/json"
"io"
"log"
"net/http"
)

Expand Down Expand Up @@ -104,8 +103,6 @@ func (client *Client) do(ctx context.Context, method, uri string, body ...any) (
return nil, err
}

log.Printf("%s", request.URL.String())

httpResponse, err := client.httpClient.Do(request)
if err != nil {
return nil, err
Expand Down

0 comments on commit 81bd350

Please sign in to comment.