summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-11-05 08:19:51 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-11-05 08:19:51 +0000
commit8f56af6a8404c6e700fde0a5b910e3ecd79991e4 (patch)
treef7f745e620437c60f516c0c1b878f24f72dbc3b5
parent7468fde6f6617572b43fb20e9b290dda64038e1e (diff)
download1989-dawn-of-freedom-8f56af6a8404c6e700fde0a5b910e3ecd79991e4.tar.gz
Remove console.logs
-rw-r--r--play.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/play.js b/play.js
index e04b0a8..1e7c327 100644
--- a/play.js
+++ b/play.js
@@ -765,8 +765,7 @@ function on_update() {
action_button("done", "Done")
action_button("end_round", "End Round")
action_button("undo", "Undo")
- console.log('view.hand', view.hand)
- console.log('ui.hand',ui.hand)
+ console.log('view.actions', view.actions)
}
// =========================== LOG FUNCTIONS ==============================================