Skip to content

Commit 0dbed80

Browse files
committed
Update FreeplayState.hx
1 parent 24d7209 commit 0dbed80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/states/FreeplayState.hx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,8 +521,8 @@ class FreeplayState extends MusicBeatState
521521
leChars.push(leWeek.songs[j][1]);
522522
}
523523

524-
trace("CurUnlocked: " + curUnlocked);
525-
trace("CurMissing: " + curMissing);
524+
// trace("CurUnlocked: " + curUnlocked);
525+
// trace("CurMissing: " + curMissing);
526526

527527
WeekData.setDirectoryFromWeek(leWeek);
528528
for (song in leWeek.songs)

0 commit comments

Comments
 (0)