Remove more debug

This commit is contained in:
tastybento 2024-03-28 21:42:33 -07:00
parent d8f2c12fe5
commit ea8562f351
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ public class DefaultPasteUtil {
try {
return Bukkit.createBlockData(block.getBlockData());
} catch (Exception e) {
BentoBox.getInstance().logStacktrace(e);
return convertBlockData(block);
}
}