mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-03-02 11:12:28 +01:00
Remove debug
This commit is contained in:
parent
003d82c1c0
commit
c7f5dbd884
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user