Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit a310c36

Browse files
committed
Remove console log
1 parent 4338e9b commit a310c36

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/react/Functions/Utils.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export const humanReadableDate = (date, displayHoursMins = true, localization =
248248

249249
export const getCardDescription = card => {
250250
let second_line = card.second_line;
251-
console.log(card, second_line);
251+
252252
const primaryNumbers = card.primary_account_numbers;
253253
if (primaryNumbers && primaryNumbers.length > 0) {
254254
// if no status is set or status is ACTIVE use alternative second line
@@ -264,9 +264,6 @@ export const getCardDescription = card => {
264264
second_line = "Apple Pay";
265265
}
266266

267-
console.log(card, second_line);
268-
console.log("");
269-
270267
return second_line || card.type;
271268
};
272269

0 commit comments

Comments
 (0)