Skip to content

Commit ed0c8ab

Browse files
committed
reflex should be less than not less than equal to 360 degrees as per spec
1 parent eb0dd5f commit ed0c8ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ function getCardValue(card) {
4040
const suit = ["♠", "♥", "♦", "♣"];
4141

4242
const cardValue = card.slice(0, -1);
43-
console.log("card value: " + cardValue);
4443
const cardSuit = card[card.length - 1];
4544

4645
if (!rank.includes(cardValue) || !suit.includes(cardSuit)) {

0 commit comments

Comments
 (0)