Skip to content

Commit 3d09ae6

Browse files
committed
Remove debug
1 parent 917766c commit 3d09ae6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/de/kcodeyt/plotplugin/generator/PlotGenerator.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ public void init(ChunkManager chunkManager, NukkitRandom nukkitRandom) {
7676

7777
@Override
7878
public void generateChunk(int chunkX, int chunkZ) {
79-
final long startMs = System.currentTimeMillis();
8079
final FullChunk fullChunk = this.chunkManager.getChunk(chunkX, chunkZ);
8180
fullChunk.setGenerated();
8281

@@ -91,7 +90,6 @@ public void generateChunk(int chunkX, int chunkZ) {
9190
this.preGenerateChunk(plotManager, fullChunk, shapes, GENERATE_ALLOWED, true);
9291
final Schematic schematic = plotManager.getPlotChunk().getSchematic();
9392
if(schematic != null) this.placeChunkSchematic(plotManager, schematic, fullChunk, shapes, GENERATE_ALLOWED);
94-
System.out.println("Es dauerte " + (System.currentTimeMillis() - startMs) + "ms!");
9593
}
9694

9795
public void regenerateChunk(PlotManager plotManager, FullChunk fullChunk, boolean resend) {

0 commit comments

Comments
 (0)