Removed a debug message

This commit is contained in:
Daniel Saukel 2015-12-21 22:26:06 +01:00
parent a78d0d610d
commit 0a43be0973

View File

@ -49,7 +49,6 @@ public class DungeonConfig extends WorldConfig {
if (configFile.contains("removeWhenPlayed")) {
removeWhenPlayed = configFile.getBoolean("removeWhenPlayed");
}
System.out.println("DungeonConfig " + floors);
}
/**