Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
binbin-li committed May 3, 2024
1 parent 8a9d586 commit 758e479
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/controllers/namespaceresource/verifier_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ func (r *VerifierReconciler) Reconcile(ctx context.Context, req ctrl.Request) (c
if err := r.Get(ctx, req.NamespacedName, &verifier); err != nil {
if apierrors.IsNotFound(err) {
verifierLogger.Infof("delete event detected, removing verifier %v", resource)
// TODO: pass the actual namespace once multi-tenancy is supported.
controllers.NamespacedVerifiers.DeleteVerifier(req.Namespace, resource)
} else {
verifierLogger.Error(err, "unable to fetch verifier")
Expand Down

0 comments on commit 758e479

Please sign in to comment.