clear System.out.println

This commit is contained in:
v_manijashvili 2023-11-26 10:48:32 +04:00
parent 86605352be
commit a4472eb347
1 changed files with 0 additions and 2 deletions

View File

@ -140,8 +140,6 @@ public class MaterialUtil {
Map<String, Object> oneSerMeta = new HashMap<>(oneMeta.serialize());
Map<String, Object> 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);