From b6f73ddb3c5037a7351cae9c0a2ec1733513bf90 Mon Sep 17 00:00:00 2001 From: KHobbits Date: Tue, 17 Jul 2012 00:47:23 +0100 Subject: Remove debugging messages. --- Essentials/src/com/earth2me/essentials/Util.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/Essentials/src/com/earth2me/essentials/Util.java b/Essentials/src/com/earth2me/essentials/Util.java index 6982c00d8..643a66729 100644 --- a/Essentials/src/com/earth2me/essentials/Util.java +++ b/Essentials/src/com/earth2me/essentials/Util.java @@ -325,17 +325,14 @@ public class Util y -= 1; if (y + 4 < oy) { - System.out.println("Lets inc x"); x += 1; y = oy + 4; if (x - 3 > loc.getBlockX()) { - System.out.println("Lets inc z"); x = loc.getBlockX() - 3; z += 1; if (z - 3 > loc.getBlockZ()) { - System.out.println("Time to give up"); x = loc.getBlockX() + 4; z = loc.getBlockZ(); y = world.getHighestBlockYAt(x, z); -- cgit v1.2.3