From 27f872dda548fbea4d5d32087483ea56ce5154d0 Mon Sep 17 00:00:00 2001 From: Branden J Brown Date: Sat, 3 Feb 2024 13:46:44 -0600 Subject: [PATCH] helps to refresh after making changes to the wobsite --- game/game.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/game/game.go b/game/game.go index eba079b..fa9229c 100644 --- a/game/game.go +++ b/game/game.go @@ -11,7 +11,6 @@ package game import ( "errors" - "log/slog" "git.sunturtle.xyz/studio/shotgun/player" "git.sunturtle.xyz/studio/shotgun/serve" @@ -240,7 +239,6 @@ func (g *Match) DTO(id player.ID) serve.Game { live = len(g.shells) / 2 blank = len(g.shells) - live } - slog.Info("dto", "action", g.action, "live", live, "blank", blank) w := serve.NoWinner switch g.MatchWinner() { case &g.players[0]: