diff --git a/d2warehouse/parser.py b/d2warehouse/parser.py index 5a806db..a175f9c 100644 --- a/d2warehouse/parser.py +++ b/d2warehouse/parser.py @@ -390,10 +390,6 @@ def parse_enchantment_list(bits: bitarray) -> tuple[list[Stat], int]: break print("stat id", id) - if id == 107: - print(id, 107, "remainind data:") - print(bits) - stat = lookup_stat(id) values = []