From 3b3d4cc20a2397d6216e2055160ab7a2e7b424cd Mon Sep 17 00:00:00 2001 From: Geoffrey Allott Date: Sat, 27 Feb 2021 15:10:20 +0000 Subject: [PATCH] remove debug print --- site/modules/whist.js | 1 - 1 file changed, 1 deletion(-) 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; -- 2.34.1