Skip to content

Commit 7dc5009

Browse files
author
Simon Brooke
committed
- Removed diagnostic log
1 parent 6aeb948 commit 7dc5009

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Outgunned Adventure/Outgunned Adventure.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,8 +1155,6 @@
11551155
*/
11561156
on("change:num_dice", function(e) {
11571157

1158-
console.log("change:num_dice: " + JSON.stringify(e));
1159-
11601158
let attrs;
11611159
if(+e.newValue < 2) {
11621160
attrs = {num_dice: 2};

0 commit comments

Comments
 (0)