dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 8f8a1c50126fd69917672c0dff69b88da06faeab
parent 446d3283587a7f0e2097cb88210c2c9d24b5a5c4
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Thu,  7 Dec 2023 06:12:59 -0500

cleanup

Diffstat:
Mpkg/web/handlers/poker/poker.go | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go @@ -713,7 +713,6 @@ END: time.Sleep(MinTimeAfterGame * time.Second) g.IsGameOver.Store(true) g.IsGameStarted.Store(false) - fmt.Println("GAME IS OVER") } func cardToPokerCard(name string) string {