diff --git a/src/main/java/com/Acrobot/Breeze/Utils/MaterialUtil.java b/src/main/java/com/Acrobot/Breeze/Utils/MaterialUtil.java index 003987c..eb3bfc3 100644 --- a/src/main/java/com/Acrobot/Breeze/Utils/MaterialUtil.java +++ b/src/main/java/com/Acrobot/Breeze/Utils/MaterialUtil.java @@ -140,8 +140,6 @@ public class MaterialUtil { Map oneSerMeta = new HashMap<>(oneMeta.serialize()); Map twoSerMeta = new HashMap<>(twoMeta.serialize()); - System.out.println("IGNORE LIST: "); - System.out.println(Properties.IGNORE_ENCHANT_ATTRIBUTE_FOR_SIMILARITY); if (!Properties.IGNORE_ENCHANT_ATTRIBUTE_FOR_SIMILARITY.isEmpty()) { for (String ignoreKey : Properties.IGNORE_ENCHANT_ATTRIBUTE_FOR_SIMILARITY) { oneSerMeta.remove(ignoreKey);