Cleanup log statement
This commit is contained in:
parent
cad3cdd5f1
commit
30fee77c8e
6 changed files with 3 additions and 6 deletions
|
|
@ -27,7 +27,6 @@ export class DiceList extends GenericDialog {
|
|||
async getData() {
|
||||
const ctx = await super.getData();
|
||||
ctx.dice = this.dice;
|
||||
console.debug(`DiceList context`, ctx);
|
||||
return ctx;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue