Remove debug

This commit is contained in:
tastybento 2024-04-08 21:51:38 -07:00
parent 29be58da5d
commit c4feb5b52f
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ public class IslandCache {
* @param island island
*/
public void updateIsland(@NonNull Island island) {
BentoBox.getInstance().logDebug("sign editing value = " + island.getFlag(Flags.SIGN_EDITING));
if (islandsByLocation.put(island.getCenter(), island) == null) {
BentoBox.getInstance().logDebug("islandsByLocation failed to update");
}