diff --git a/e2e/framework/framework.go b/e2e/framework/framework.go index 6dda5e9bf..b0f4476f1 100644 --- a/e2e/framework/framework.go +++ b/e2e/framework/framework.go @@ -58,7 +58,6 @@ func New() *Framework { Tags: map[string]struct{}{}, } for _, tag := range strings.Split(*fTags, ",") { - fmt.Println("got tag ", tag) env.Tags[tag] = struct{}{} } return &Framework{