Remove debug lines.

This commit is contained in:
tastybento 2021-03-14 10:29:02 -07:00
parent d97d15d47a
commit 0769af0c65

View File

@ -385,10 +385,8 @@ public class PortalTeleportationListener implements Listener {
} }
if (isAllowedOnServer(env)) { if (isAllowedOnServer(env)) {
// To Standard Nether or end // To Standard Nether or end
plugin.logDebug("Spawn = " + spawnPoint);
e.setTo(spawnPoint); e.setTo(spawnPoint);
} else { } else {
plugin.logDebug("Spawn = " + spawnPoint);
// Teleport to standard nether or end // Teleport to standard nether or end
new SafeSpotTeleport.Builder(plugin) new SafeSpotTeleport.Builder(plugin)
.entity(e.getEntity()) .entity(e.getEntity())