diff --git a/Classes/CardIOPaymentViewController.m b/Classes/CardIOPaymentViewController.m index 8d77a72d..d1a98260 100644 --- a/Classes/CardIOPaymentViewController.m +++ b/Classes/CardIOPaymentViewController.m @@ -133,9 +133,6 @@ - (void)viewWillAppear:(BOOL)animated { // Write console message for confused developers who have given us confusing directives if (self.suppressScanConfirmation && (self.collectExpiry || self.collectCVV || self.collectPostalCode || self.collectCardholderName)) { NSMutableString *collect = [NSMutableString string]; - if (self.collectExpiry) { - [collect appendString:@"collectExpiry"]; - } if (self.collectCVV) { if ([collect length]) { [collect appendString:@"/"];