Remove a debug message

This commit is contained in:
Len 2022-08-30 10:13:41 +02:00
parent 93336c653b
commit ed186b37bb

View File

@ -176,7 +176,6 @@ public class ShopListener extends EventListener {
PlayerShop playerShop;
if (block instanceof Sign sign) { // does not work?
playerShop = shopHandler.getShopBySignLocation(sign.getLocation());
System.out.println(block.getBlock());
} else {
playerShop = shopHandler.getShop(block.getLocation());
}