Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Aug 10, 2017
1 parent 4d972d4 commit 1140c36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ class ReactCreditCards extends React.Component {
Payment.getCardArray()
.filter(d => d.type !== 'elo')
.forEach(d => {
console.log(d);
if (acceptedCards.includes(d.type)) {
newCardArray.push(d);
}
Expand Down

0 comments on commit 1140c36

Please sign in to comment.