Remove debug.

This commit is contained in:
tastybento 2021-03-27 17:05:13 -07:00
parent 4b9b6774ea
commit 609322d582

View File

@ -67,7 +67,6 @@ public class SafeSpotTeleport {
this.runnable = builder.getRunnable();
this.result = builder.getResult();
this.maxHeight = location.getWorld().getMaxHeight() - 20;
BentoBox.getInstance().logDebug("World = " + location.getWorld().getName() + " " + maxHeight);
// Try to go
Util.getChunkAtAsync(location).thenRun(()-> tryToGo(builder.getFailureMessage()));
}