We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d7209 commit 0dbed80Copy full SHA for 0dbed80
source/states/FreeplayState.hx
@@ -521,8 +521,8 @@ class FreeplayState extends MusicBeatState
521
leChars.push(leWeek.songs[j][1]);
522
}
523
524
- trace("CurUnlocked: " + curUnlocked);
525
- trace("CurMissing: " + curMissing);
+ // trace("CurUnlocked: " + curUnlocked);
+ // trace("CurMissing: " + curMissing);
526
527
WeekData.setDirectoryFromWeek(leWeek);
528
for (song in leWeek.songs)
0 commit comments