diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-05 08:19:51 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-05 08:19:51 +0000 |
commit | 8f56af6a8404c6e700fde0a5b910e3ecd79991e4 (patch) | |
tree | f7f745e620437c60f516c0c1b878f24f72dbc3b5 | |
parent | 7468fde6f6617572b43fb20e9b290dda64038e1e (diff) | |
download | 1989-dawn-of-freedom-8f56af6a8404c6e700fde0a5b910e3ecd79991e4.tar.gz |
Remove console.logs
-rw-r--r-- | play.js | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 ============================================== |