Skip to content

Commit b2c9567

Browse files
committed
Remove debug logging
1 parent e637594 commit b2c9567

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pkg/devspace/cloud/login.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ func CheckAuth(provider *Provider) (string, *api.Cluster, *api.AuthInfo, error)
2828

2929
// GetClusterConfig retrieves the cluster and authconfig from the devspace cloud
3030
func GetClusterConfig(provider *Provider) (string, *api.Cluster, *api.AuthInfo, error) {
31-
log.Info(provider.Host + GetClusterConfigEndpoint)
32-
log.Info(provider.Token)
33-
3431
client := &http.Client{}
3532
req, err := http.NewRequest("GET", provider.Host+GetClusterConfigEndpoint, nil)
3633
if err != nil {

0 commit comments

Comments
 (0)