From 14badf8cfc526994954f6b808e80125756ca7015 Mon Sep 17 00:00:00 2001 From: Sauilitired Date: Mon, 1 Apr 2019 09:43:29 +0200 Subject: [PATCH] remove rogue debug message --- .../github/intellectualsites/plotsquared/plot/object/Plot.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/Plot.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/Plot.java index ee2e23413..674528395 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/Plot.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/Plot.java @@ -1296,7 +1296,6 @@ public class Plot { int y = loc.y < 1 ? (isLoaded() ? WorldUtil.IMP.getHighestBlock(plot.getWorldName(), x, z) + 1 : 63) : loc.y; - PlotSquared.log("Getting home with Y " + y); return new Location(plot.getWorldName(), x, y, z); } // Side