Skip to content

Commit 3b69b96

Browse files
authored
Merge pull request #53 from appknox/fixing-fileid-validation-error-Removed-unnecessry-logs
Update clientInitialize.go
2 parents 31303db + 092e07d commit 3b69b96

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)