Skip to content

Commit c543ae6

Browse files
committed
removed debug logging
1 parent 4a4f0ed commit c543ae6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/main/java/ua/leonidius/trdinterface/controllers/sell/edit/EditSellableItemsController.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ public String buildItemButtonText(SellableItem item) {
7070
item.getPrice(), Trading.getSettings().getCurrency());
7171

7272
if (gameItem.hasEnchantments()) {
73-
Trading.getPlugin().getLogger().debug("item " + item.getItemId() +
74-
"is believed to be enchanted");
75-
7673
return TextFormat.colorize(
7774
"&" + TextFormat.DARK_PURPLE.getChar() + result
7875
+ "&" + TextFormat.RESET.getChar());

0 commit comments

Comments
 (0)