remove debug print
authorGeoffrey Allott <geoffrey@allott.email>
Sat, 27 Feb 2021 15:10:20 +0000 (15:10 +0000)
committerGeoffrey Allott <geoffrey@allott.email>
Sat, 27 Feb 2021 15:10:20 +0000 (15:10 +0000)
site/modules/whist.js

index d0b63de932704952ece572db1159ce7c6814899a..ab7eab8de2fa0b8bd9231680380daa7695c01ad0 100644 (file)
@@ -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;