Skip to content

Commit 1140c36

Browse files
committed
remove console.log
1 parent 4d972d4 commit 1140c36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.jsx

-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ class ReactCreditCards extends React.Component {
113113
Payment.getCardArray()
114114
.filter(d => d.type !== 'elo')
115115
.forEach(d => {
116-
console.log(d);
117116
if (acceptedCards.includes(d.type)) {
118117
newCardArray.push(d);
119118
}

0 commit comments

Comments
 (0)