From: Geoffrey Allott Date: Sat, 27 Feb 2021 15:10:20 +0000 (+0000) Subject: remove debug print X-Git-Url: https://git.pointlesshacks.com/?a=commitdiff_plain;h=3b3d4cc20a2397d6216e2055160ab7a2e7b424cd;p=pokerwave.git remove debug print --- diff --git a/site/modules/whist.js b/site/modules/whist.js index d0b63de..ab7eab8 100644 --- a/site/modules/whist.js +++ b/site/modules/whist.js @@ -260,7 +260,6 @@ export class KnockOutWhist { }); this.hands.set(user_action.username, cards); this.active = this.player_after(user_action.username); - console.log("active: ", this.active); this.redraw_cards(); this.redraw_players(); break;