Skip to content

Commit

Permalink
chore: remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
PapePathe committed Oct 31, 2023
1 parent b92bfe1 commit 601ad7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/game/game.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ func NewGame() *Game {
}

func (g *Game) PlayCard(playerID int, c cards.Card) error {
fmt.Println(c)
p := g.players[playerID]
hasCard, idx := p.HasCard(c)

Expand Down

0 comments on commit 601ad7a

Please sign in to comment.