mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
- Removed diagnostic log
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user