Skip to content

Commit 90dc519

Browse files
authoredAug 31, 2022
chore: remove debug log (#2428)
1 parent 958b404 commit 90dc519

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎pkg/cloudprovider/aws/cloudprovider.go

-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ func (*CloudProvider) Default(ctx context.Context, provisioner *v1alpha5.Provisi
218218
}
219219

220220
func defaultLabels(provisioner *v1alpha5.Provisioner) {
221-
logging.FromContext(context.Background()).Infof("set default labels on %s", provisioner.Name)
222221
for key, value := range map[string]string{
223222
v1alpha5.LabelCapacityType: ec2.DefaultTargetCapacityTypeOnDemand,
224223
v1.LabelArchStable: v1alpha5.ArchitectureAmd64,

0 commit comments

Comments
 (0)
Please sign in to comment.