Remove logs that aren't helpful for prod
This commit is contained in:
parent
c6161dd312
commit
21b9cf5b2d
4 changed files with 0 additions and 5 deletions
|
|
@ -104,7 +104,6 @@ export class TableCreator extends HandlebarsApplicationMixin(ApplicationV2) {
|
|||
return;
|
||||
};
|
||||
|
||||
Logger.log(`updating ${binding} value to ${target.value}`);
|
||||
this[binding] = target.value;
|
||||
this.render();
|
||||
};
|
||||
|
|
|
|||
|
|
@ -253,7 +253,6 @@ export class TableManager extends HandlebarsApplicationMixin(ApplicationV2) {
|
|||
*/
|
||||
static async #deleteTable() {
|
||||
const table = await CONFIG.stats.db.getTable(this.activeTableID);
|
||||
Logger.debug({ table });
|
||||
if (!table) {
|
||||
ui.notifications.error(
|
||||
`You must select a table before you can delete it`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue