Skip to content

Commit

Permalink
remove forgotten log
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrHeinz committed Mar 26, 2023
1 parent 611f6a6 commit 0e99eff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion render/cardsRender.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ export default class CardsRender {
}

highlightAction(actionIndex) {
console.log("highlighting ", actionIndex)
Array.from(this.actionCards.children).forEach((action, index) => {
action.classList.toggle("highlight", actionIndex === index)
})
Expand Down

0 comments on commit 0e99eff

Please sign in to comment.