Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
aureliojargas committed Mar 16, 2016
1 parent a830fda commit c39607e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/creditCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class CreditCard {
isExpirationDateValid(month, year) {
let m = month;
let y = year;
let yearLength = y.length;

m = parseInt(m, 10);
y = parseInt(y, 10);
Expand Down

0 comments on commit c39607e

Please sign in to comment.