Skip to content

Commit 97f9c19

Browse files
committed
remove debug message
1 parent a8a8032 commit 97f9c19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/pro/cloudnode/smp/enchantbookplus/EnchantBookPlus.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ private void registerEvents() {
5959
*/
6060
public @NotNull Optional<@NotNull ConfigEnchantmentEntry> getConfigEnchantment(final @NotNull Enchantment enchantment) {
6161
final @NotNull Optional<@NotNull ConfigEnchantmentEntry> entry = getConfigEnchantments().stream().filter(c -> c.isEnchantment(enchantment)).findFirst();
62-
getLogger().info(configEnchantments.stream().map(c -> c.name).collect(Collectors.joining(", ")));
6362
return entry.isEmpty() ? getAllConfigEnchantment().map(a -> a.enchant(enchantment)) : entry;
6463
}
6564

0 commit comments

Comments
 (0)