diff --git a/src/pylhe/__init__.py b/src/pylhe/__init__.py index 5a5412e4..8f92e1a3 100644 --- a/src/pylhe/__init__.py +++ b/src/pylhe/__init__.py @@ -321,7 +321,6 @@ def _get_index_to_id_map(init): for wg in init["weightgroup"].values(): for id, w in wg["weights"].items(): ret[w["index"]] = id - # ret[w["index"]] = w["attrib"]["id"] return ret