Skip to content

Commit 8a5d3aa

Browse files
committed
chore(ingress): remove debug
1 parent 14c8c52 commit 8a5d3aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/ingress/model_build_frontend_nlb.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,6 @@ func (t *defaultModelBuildTask) buildFrontendNlbSpec(ctx context.Context, scheme
218218
return elbv2model.LoadBalancerSpec{}, err
219219
}
220220

221-
fmt.Printf("securityGroups: %+v\n", securityGroups)
222-
223221
// use alb security group if it is not explicitly specified
224222
if securityGroups == nil {
225223
securityGroups = alb.Spec.SecurityGroups

0 commit comments

Comments
 (0)