Skip to content

Commit fdda553

Browse files
committed
upkeep: duplisering av prosjektutskrift
1 parent db0916d commit fdda553

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pkg/kubeconfig/gcpcluster.go

-7
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ func getClustersFromGCP(ctx context.Context, options filterOptions) ([]k8sCluste
3333
return nil, err
3434
}
3535

36-
if options.verbose {
37-
fmt.Printf("Found %v projects:\n", len(projects))
38-
for _, project := range projects {
39-
fmt.Println(project)
40-
}
41-
}
42-
4336
clusters, err := getClusters(ctx, projects, options)
4437
if err != nil {
4538
return nil, err

0 commit comments

Comments
 (0)