Skip to content

Commit 0675256

Browse files
committed
remove logs
1 parent 51f6b67 commit 0675256

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

internal/resource/cluster/byok_kubeconfig.go

-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package cluster
33
import (
44
"bytes"
55
"context"
6-
"fmt"
76
"os"
87
"time"
98

@@ -71,9 +70,6 @@ func newKubeconfig(ctx context.Context, kubeconfig *model.Kubeconfig, namespace
7170
}
7271
loader.ExplicitPath = path
7372

74-
tflog.Info(ctx, fmt.Sprintf("%t", kubeconfig.ConfigContext.IsNull()))
75-
tflog.Info(ctx, fmt.Sprintf("%t", kubeconfig.ConfigContext.IsUnknown()))
76-
7773
if !lo.IsEmpty(kubeconfig.ConfigContext.ValueString()) || !lo.IsEmpty(kubeconfig.ConfigContextAuthInfo.ValueString()) || !lo.IsEmpty(kubeconfig.ConfigContextCluster.ValueString()) {
7874
if !lo.IsEmpty(kubeconfig.ConfigContext.ValueString()) {
7975
overrides.CurrentContext = kubeconfig.ConfigContext.ValueString()

0 commit comments

Comments
 (0)