Skip to content

Commit 092e07d

Browse files
authored
Update clientInitialize.go
1 parent 31303db commit 092e07d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

helper/clientInitialize.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ func getAppknoxAccessToken() string {
3737
func ResolveHostAndRegion(host, region string, hostMappings map[string]string) (string, error) {
3838
// If both region and host are provided, prioritize host and ignore region
3939
if host != "" {
40-
fmt.Printf("Both region and host provided. Using host URL: %s, ignoring region\n", host)
4140
// Validate the host is a proper URL
4241
_, err := url.ParseRequestURI(host)
4342
if err != nil {

0 commit comments

Comments
 (0)