Removed debug

This commit is contained in:
tastybento 2019-10-27 18:49:59 -07:00
parent 38bd555b24
commit 3ceb5b3d3b
1 changed files with 0 additions and 1 deletions

View File

@ -387,7 +387,6 @@ public class ChallengesManagerTest {
cm.setChallengeComplete(user, world, challenge, 20);
cm.save();
File plData = new File(database, "ChallengesPlayerData");
Arrays.stream(plData.listFiles()).map(f -> f.getName()).forEach(System.out::println);
File checkLv = new File(plData, playerID.toString() + ".json");
assertTrue(checkLv.exists());
cm.wipePlayers();