From 8f56af6a8404c6e700fde0a5b910e3ecd79991e4 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Tue, 5 Nov 2024 08:19:51 +0000 Subject: Remove console.logs --- play.js | 3 +-- 1 file changed, 1 insertion(+), 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 ============================================== -- cgit v1.2.3