From f95564d72f4b3ad6e9cf0559c645178dd0f9c9a8 Mon Sep 17 00:00:00 2001 From: Andreas Date: Wed, 25 Oct 2023 12:52:14 +0200 Subject: [PATCH] Remove some debug prints --- d2warehouse/parser.py | 4 ---- 1 file changed, 4 deletions(-) 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 = []