From 7dc5009aa774b69fa225b1c074728e734031cfc6 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 5 Feb 2026 22:10:49 +0000 Subject: [PATCH] - Removed diagnostic log --- Outgunned Adventure/Outgunned Adventure.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/Outgunned Adventure/Outgunned Adventure.html b/Outgunned Adventure/Outgunned Adventure.html index 854cd0736f..6623cf482d 100644 --- a/Outgunned Adventure/Outgunned Adventure.html +++ b/Outgunned Adventure/Outgunned Adventure.html @@ -1155,8 +1155,6 @@ */ on("change:num_dice", function(e) { - console.log("change:num_dice: " + JSON.stringify(e)); - let attrs; if(+e.newValue < 2) { attrs = {num_dice: 2};