Skip to content

Commit

Permalink
Removed unnecesary prints
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfont committed Sep 26, 2021
1 parent 83ead36 commit ada4096
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -675,8 +675,7 @@ func getAPIURLs(tailscales map[string]dockertest.Resource) (map[netaddr.IP]strin
if err != nil {
return nil, err
}
fmt.Println(ip)
fmt.Println(result)

var pft []apitype.FileTarget
if err := json.Unmarshal([]byte(result), &pft); err != nil {
return nil, fmt.Errorf("invalid JSON: %w", err)
Expand All @@ -690,6 +689,5 @@ func getAPIURLs(tailscales map[string]dockertest.Resource) (map[netaddr.IP]strin
}
}
}
fmt.Printf("API URLs: %+v\n", fts)
return fts, nil
}

0 comments on commit ada4096

Please sign in to comment.