Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#3020 from sedefsavas/eventbridge-log
Browse files Browse the repository at this point in the history
Remove unnecessary log from AWSInstanceState controller
  • Loading branch information
k8s-ci-robot authored Dec 10, 2021
2 parents 4929919 + 6e8de02 commit c2952fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exp/instancestate/awsinstancestate_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ func (r *AwsInstanceStateReconciler) Reconcile(ctx context.Context, req ctrl.Req

// Handle deleted clusters
if !awsCluster.DeletionTimestamp.IsZero() {
r.Log.Info("cluster deleted, removing queue URL", "cluster", awsCluster.Name)
r.queueURLs.Delete(req.Name)
return reconcile.Result{}, nil
}

// retrieve queue URL if it isn't already tracked
Expand Down

0 comments on commit c2952fe

Please sign in to comment.