Remove debug

This commit is contained in:
tastybento 2024-07-27 16:55:07 -07:00
parent d86c7386b5
commit cc85ca2279

View File

@ -17,7 +17,6 @@ import org.bukkit.generator.ChunkGenerator;
import org.eclipse.jdt.annotation.NonNull;
import org.eclipse.jdt.annotation.Nullable;
import world.bentobox.bentobox.BentoBox;
import world.bentobox.bentobox.api.addons.GameModeAddon;
import world.bentobox.bentobox.api.commands.admin.DefaultAdminCommand;
import world.bentobox.bentobox.api.commands.island.DefaultPlayerCommand;
@ -159,7 +158,6 @@ public class Boxed extends GameModeAddon {
@Override
public void onDisable() {
BentoBox.getInstance().logDebug("Disabling!");
// Save the advancements cache
getAdvManager().save();
}