summaryrefslogtreecommitdiff
path: root/ui.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui.js')
-rw-r--r--ui.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui.js b/ui.js
index b6a2510..5c95765 100644
--- a/ui.js
+++ b/ui.js
@@ -325,7 +325,6 @@ function on_update() {
ui.backs[c].classList.remove('show');
}
- console.log("show_greek_hand", game.show_greek_hand);
if (game.show_greek_hand)
document.querySelector(".hand").classList.add("greek");
else