Skip to content

Commit 5fa3d08

Browse files
committed
removed console.log used for testing.
1 parent e5b18e4 commit 5fa3d08

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Sprint-3/1-implement-and-rewrite-tests/implement/3-get-card-value.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ function getCardValue(card) {
3636
}
3737
}
3838

39-
console.log(
40-
`some test values ${getCardValue("09♥")}, ${getCardValue(
41-
"10.0♥"
42-
)}, ${getCardValue("2♥")}, ${getCardValue("3.5♥")} `
43-
);
44-
4539
// The line below allows us to load the getCardValue function into tests in other files.
4640
// This will be useful in the "rewrite tests with jest" step.
4741
module.exports = getCardValue;

0 commit comments

Comments
 (0)