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 a5ccb7b commit 3b4163cCopy full SHA for 3b4163c
src/main/java/world/bentobox/level/LevelsManager.java
@@ -318,7 +318,6 @@ public IslandLevels getLevelsData(@NonNull Island island) {
318
} else {
319
levelsCache.put(id, new IslandLevels(id));
320
}
321
- System.out.println("ddd = " + levelsCache.get(id).getLevel());
322
// Return cached value
323
return levelsCache.get(id);
324
0 commit comments