Skip to content

Commit

Permalink
Remove console.log, see #160
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Apr 28, 2023
1 parent 79181b4 commit 3fec1fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/common/view/CardNodeContainer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ export default class CardNodeContainer extends Node {
targetIndex = lowerNeighborCardNode ? this.cardNodeCells.indexOf( lowerNeighborCardNode ) + 1 : 0;
}

console.log( targetIndex );

this.cardNodeCells.splice( targetIndex, 0, cardNode );
this.setAtHomeCell( cardNode );

Expand Down

0 comments on commit 3fec1fc

Please sign in to comment.