Skip to content

Commit

Permalink
Merge pull request #2 from mepsrajput/master
Browse files Browse the repository at this point in the history
Removed unnecessary console.log statement.
  • Loading branch information
sandraisrael committed Jul 18, 2018
2 parents 1c3669a + 795953f commit 55760df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/app.js
@@ -1,7 +1,6 @@
// cards array holds all cards
let card = document.getElementsByClassName("card");
let cards = [...card]
console.log(cards);

// deck of all cards in game
const deck = document.getElementById("card-deck");
Expand Down

0 comments on commit 55760df

Please sign in to comment.