Remove legacy card charge behaviour

Stephen Paul Weber created

We used to have them add card in web then charge after, but these days
we charge them in web for this first tx to get 3DS, so this code path is
all but dead and we can remove it.

Change summary

lib/statsd.rb | 4 ----
1 file changed, 4 deletions(-)

Detailed changes

lib/statsd.rb 🔗

@@ -17,10 +17,6 @@ Registration::Payment::Bitcoin.statsd_count :write, "registration.payment.bitcoi
 Registration::Payment::CreditCard.extend StatsD::Instrument
 Registration::Payment::CreditCard.statsd_count :write, "registration.payment.credit_card"
 
-Registration::Payment::CreditCard::Activate.extend StatsD::Instrument
-Registration::Payment::CreditCard::Activate.statsd_count :write, "registration.payment.credit_card.activate"
-Registration::Payment::CreditCard::Activate.statsd_count :declined, "registration.payment.credit_card.activate_declined"
-
 Registration::Payment::InviteCode.extend StatsD::Instrument
 Registration::Payment::InviteCode.statsd_count :write, "registration.payment.invite_code"