summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-11-05 18:13:28 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-11-05 18:13:28 +0000
commitd74ad01205df4dc4f669e078fe0f5699f8d70db7 (patch)
tree55b8dc06aecbc5ec6b0f644b23e5084072d84b7d
parent8f56af6a8404c6e700fde0a5b910e3ecd79991e4 (diff)
download1989-dawn-of-freedom-d74ad01205df4dc4f669e078fe0f5699f8d70db7.tar.gz
Remove console.logs
-rw-r--r--play.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/play.js b/play.js
index 1e7c327..ded7d49 100644
--- a/play.js
+++ b/play.js
@@ -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 ==============================================