Remove debug statement

This commit is contained in:
Brett Bonifas 2022-03-09 09:59:35 -05:00
parent db7d136e4e
commit 17533752e3

View File

@ -228,7 +228,6 @@ public class EnchantmentContainer implements Iterable<Map.Entry<Enchantment, Int
combined.put(entry.getKey(), entry.getValue());
}
ArmoredElytra.getInstance().getLogger().log(Level.INFO, combined.toString());
return combined;
}