mirror of
https://github.com/mue/mue.git
synced 2026-07-14 20:43:54 +02:00
refactor: remove unnecessary comments
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user