Remove debug

This commit is contained in:
tastybento 2025-02-25 22:18:12 -08:00
parent 003d82c1c0
commit c7f5dbd884

View File

@ -115,10 +115,7 @@ public class ItemsAdderHook extends Hook {
* @param location The location to place the CustomBlock
*/
public static void place(String namespacedId, Location loc) {
BentoBox.getInstance().logDebug(
"placing " + namespacedId + " at " + loc + " with result = ");
CustomBlock cb = CustomBlock.place(namespacedId, loc);
BentoBox.getInstance().logDebug(cb);
}
/**