Remove logs that aren't required
This commit is contained in:
parent
46400ca318
commit
c7b9146e34
1 changed files with 0 additions and 3 deletions
|
|
@ -213,8 +213,6 @@ export class StatsViewer extends HandlebarsApplicationMixin(ApplicationV2) {
|
|||
this._privacySetting,
|
||||
);
|
||||
|
||||
Logger.log(userData);
|
||||
|
||||
const data = {};
|
||||
const allBuckets = new Set();
|
||||
|
||||
|
|
@ -281,7 +279,6 @@ export class StatsViewer extends HandlebarsApplicationMixin(ApplicationV2) {
|
|||
}),
|
||||
},
|
||||
};
|
||||
console.log(`graphData`, this._graphData);
|
||||
};
|
||||
// #endregion Data Prep
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue