- Removed diagnostic log

This commit is contained in:
Simon Brooke
2026-02-05 22:10:49 +00:00
parent 6aeb9485f1
commit 7dc5009aa7
@@ -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};