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)) {
// To Standard Nether or end
plugin.logDebug("Spawn = " + spawnPoint);
e.setTo(spawnPoint);
} else {
plugin.logDebug("Spawn = " + spawnPoint);
// Teleport to standard nether or end
new SafeSpotTeleport.Builder(plugin)
.entity(e.getEntity())