refactor: remove unnecessary comments

This commit is contained in:
David Ralph
2026-02-04 13:30:14 +00:00
parent 0ec0676308
commit bb2b457c1c
91 changed files with 77 additions and 818 deletions

View File

@@ -4,7 +4,6 @@ import variables from 'config/variables';
export default class Stats {
static async achievementTrigger(stats) {
// Disable achievements in preview mode
if (localStorage.getItem('showWelcome') === 'true') {
return;
}