Skip to content

Commit fc08af1

Browse files
committed
Remove useless comments.
1 parent a211c3c commit fc08af1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

controllers/kafkacluster_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ import (
5151
"github.com/banzaicloud/koperator/pkg/resources/nodeportexternalaccess"
5252
"github.com/banzaicloud/koperator/pkg/util"
5353

54-
// TODO uncomment this
5554
contour "github.com/projectcontour/contour/apis/projectcontour/v1"
5655
)
5756

controllers/tests/kafkacluster_controller_contour_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ var _ = Describe("KafkaClusterWithContourIngressController", Label("contour"), f
102102
})
103103
When("configuring Contour ingress expect broker ClusterIp svc", func() {
104104
It("should reconcile object properly", func(ctx SpecContext) {
105-
// TODO: implement
106105
expectContour(ctx, kafkaCluster)
107106
})
108107
})

0 commit comments

Comments
 (0)