Skip to content

Commit

Permalink
fix - Don't log API URL in client
Browse files Browse the repository at this point in the history
  • Loading branch information
GtheSheep committed Feb 9, 2023
1 parent 126c56b commit 457f117
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.13
0.0.14
2 changes: 0 additions & 2 deletions tableau/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"encoding/json"
"fmt"
"io/ioutil"
"log"
"net/http"
"strings"
"time"
Expand Down Expand Up @@ -85,7 +84,6 @@ func NewClient(server, username, password, personalAccessTokenName, personalAcce
}

c.ApiUrl = fmt.Sprintf("%s/sites/%s", baseUrl, *ar.SignInResponseData.Site.ID)
log.Printf(c.ApiUrl)
c.AuthToken = ar.SignInResponseData.Token
}

Expand Down

0 comments on commit 457f117

Please sign in to comment.