Skip to content

Commit

Permalink
For mozilla-mobile#18270 - Removes unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
codrut.topliceanu committed May 25, 2021
1 parent 64916fd commit 4bebd01
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ class CreditCardItemViewHolder(
) : ViewHolder(view) {

fun bind(creditCard: CreditCard) {
// TODO this should be last4 instead...
// and option to explicitly decrypt if necessary to show full number
credit_card_number.text = creditCard.cardNumberLast4

bindCreditCardExpiryDate(creditCard)
Expand Down

0 comments on commit 4bebd01

Please sign in to comment.