From ed31c488a6d0e1c4a852d340e3727694f3d9f8f7 Mon Sep 17 00:00:00 2001 From: Coleen Iona Quadros Date: Wed, 4 Sep 2024 11:57:40 +0200 Subject: [PATCH] update Signed-off-by: Coleen Iona Quadros --- tests/pkg/utils/mco_managedcluster.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/pkg/utils/mco_managedcluster.go b/tests/pkg/utils/mco_managedcluster.go index 1c1779a62..915e67bc3 100644 --- a/tests/pkg/utils/mco_managedcluster.go +++ b/tests/pkg/utils/mco_managedcluster.go @@ -7,7 +7,6 @@ package utils import ( "context" "errors" - "github.com/cloudflare/cfssl/log" goversion "github.com/hashicorp/go-version" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "os" @@ -66,7 +65,6 @@ func ListManagedClusters(opt TestOptions) ([]string, error) { } if len(clusterNames) == 0 { - log.Info("Coleen no clusters", "clusterNames", clusterNames) return clusterNames, errors.New("no managedcluster found") }