Skip to content

Commit 430b979

Browse files
committed
Remove debug
1 parent 7d13770 commit 430b979

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/world/bentobox/border/listeners/PlayerListener.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
import org.bukkit.util.RayTraceResult;
3333
import org.bukkit.util.Vector;
3434

35-
import world.bentobox.bentobox.BentoBox;
3635
import world.bentobox.bentobox.api.events.island.IslandProtectionRangeChangeEvent;
3736
import world.bentobox.bentobox.api.flags.Flag;
3837
import world.bentobox.bentobox.api.metadata.MetaDataValue;
@@ -122,8 +121,6 @@ public void onPlayerRespawn(PlayerRespawnEvent e) {
122121
private boolean isOn(Player player) {
123122
// Check if border is off
124123
User user = User.getInstance(player);
125-
BentoBox.getInstance().logDebug("Border state meta data = "
126-
+ user.getMetaData(BorderShower.BORDER_STATE_META_DATA).map(mtv -> mtv.asBoolean()).orElse(null));
127124
return user.getMetaData(BorderShower.BORDER_STATE_META_DATA).map(MetaDataValue::asBoolean)
128125
.orElse(addon.getSettings().isShowByDefault());
129126

0 commit comments

Comments
 (0)