Skip to content

Commit

Permalink
Remove log.Printf
Browse files Browse the repository at this point in the history
  • Loading branch information
arslanbekov committed Jan 11, 2024
1 parent f993673 commit 3555e1a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cloudconnexa/cloudconnexa.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"encoding/json"
"fmt"
"io"
"log"
"net/http"
"strings"
"time"
Expand Down Expand Up @@ -80,8 +79,6 @@ func NewClient(baseURL, clientId, clientSecret string) (*Client, error) {
return nil, err
}

log.Printf("NewClient: response body: %s\n", string(body))

var credentials Credentials
err = json.Unmarshal(body, &credentials)
if err != nil {
Expand Down

0 comments on commit 3555e1a

Please sign in to comment.