dkforest

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

commit 8a30fe507d6611e08b27e6e782ef24f45f2eaa5b
parent 6ac5a9e14397b19927062576ee1d1a587ca7a7b8
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Fri,  8 Dec 2023 04:11:47 -0500

cleanup

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

diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go @@ -797,14 +797,6 @@ type PlayerGain struct { } func processPot(winners []GameResult, nbPlayers, mainPot int) (res []PlayerGain) { - /* - 100 100 100 100 100 // 500 - 10A 10 10 10 F // 40 -> 540 - A 100 100 F F - A 50 50 F F - - 17A 13A 15A 21A - */ if len(winners) == 0 { logrus.Error("winners has len 0") } else if len(winners) == 1 && len(winners[0].Players) == 1 {