projects
/
pokerwave.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2937f49
)
remove debug print
author
Geoffrey Allott
<geoffrey@allott.email>
Sat, 27 Feb 2021 15:10:20 +0000
(15:10 +0000)
committer
Geoffrey Allott
<geoffrey@allott.email>
Sat, 27 Feb 2021 15:10:20 +0000
(15:10 +0000)
site/modules/whist.js
patch
|
blob
|
history
diff --git
a/site/modules/whist.js
b/site/modules/whist.js
index d0b63de932704952ece572db1159ce7c6814899a..ab7eab8de2fa0b8bd9231680380daa7695c01ad0 100644
(file)
--- 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;