From 61f8ceaaaaf8715bef47a272e25f1fcdd091d08a Mon Sep 17 00:00:00 2001 From: dordsor21 Date: Wed, 16 Jan 2019 01:28:07 +0000 Subject: [PATCH] I'm an idiot and left one of my debug messages in --- .../plotsquared/plot/generator/HybridUtils.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/generator/HybridUtils.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/generator/HybridUtils.java index 60547b7ad..f08538e96 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/generator/HybridUtils.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/generator/HybridUtils.java @@ -284,7 +284,6 @@ public abstract class HybridUtils { } public boolean regenerateRoad(final PlotArea area, final ChunkLoc chunk, int extend) { - PlotSquared.log(chunk); int x = chunk.x << 4; int z = chunk.z << 4; int ex = x + 15;