Skip to content

Commit

Permalink
remove unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PatStiles committed Oct 25, 2024
1 parent b639688 commit dd47ee7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion operator/pkg/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,6 @@ func (o *Operator) verify(verificationData VerificationData, disabledVerifiersBi
}
}

// TODO: delete or not
func (o *Operator) handleVerificationResult(results chan bool, isVerified bool, err error, name string) {
if err != nil {
o.Logger.Errorf("%v failed %v", name, err)
Expand Down

0 comments on commit dd47ee7

Please sign in to comment.