helps to refresh after making changes to the wobsite

This commit is contained in:
Branden J Brown 2024-02-03 13:46:44 -06:00
parent 0b89773f57
commit 27f872dda5
1 changed files with 0 additions and 2 deletions

View File

@ -11,7 +11,6 @@ package game
import ( import (
"errors" "errors"
"log/slog"
"git.sunturtle.xyz/studio/shotgun/player" "git.sunturtle.xyz/studio/shotgun/player"
"git.sunturtle.xyz/studio/shotgun/serve" "git.sunturtle.xyz/studio/shotgun/serve"
@ -240,7 +239,6 @@ func (g *Match) DTO(id player.ID) serve.Game {
live = len(g.shells) / 2 live = len(g.shells) / 2
blank = len(g.shells) - live blank = len(g.shells) - live
} }
slog.Info("dto", "action", g.action, "live", live, "blank", blank)
w := serve.NoWinner w := serve.NoWinner
switch g.MatchWinner() { switch g.MatchWinner() {
case &g.players[0]: case &g.players[0]: