diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-05 18:13:28 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-05 18:13:28 +0000 |
commit | d74ad01205df4dc4f669e078fe0f5699f8d70db7 (patch) | |
tree | 55b8dc06aecbc5ec6b0f644b23e5084072d84b7d | |
parent | 8f56af6a8404c6e700fde0a5b910e3ecd79991e4 (diff) | |
download | 1989-dawn-of-freedom-d74ad01205df4dc4f669e078fe0f5699f8d70db7.tar.gz |
Remove console.logs
-rw-r--r-- | play.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -765,7 +765,6 @@ function on_update() { action_button("done", "Done") action_button("end_round", "End Round") action_button("undo", "Undo") - console.log('view.actions', view.actions) } // =========================== LOG FUNCTIONS ============================================== |