Remove logs that aren't required

This commit is contained in:
Oliver-Akins 2025-05-30 21:27:55 -06:00
parent 46400ca318
commit c7b9146e34

View file

@ -213,8 +213,6 @@ export class StatsViewer extends HandlebarsApplicationMixin(ApplicationV2) {
this._privacySetting, this._privacySetting,
); );
Logger.log(userData);
const data = {}; const data = {};
const allBuckets = new Set(); const allBuckets = new Set();
@ -281,7 +279,6 @@ export class StatsViewer extends HandlebarsApplicationMixin(ApplicationV2) {
}), }),
}, },
}; };
console.log(`graphData`, this._graphData);
}; };
// #endregion Data Prep // #endregion Data Prep