diff --git a/src/warnet/tank.py b/src/warnet/tank.py index ac04d3f70..418dceb6c 100644 --- a/src/warnet/tank.py +++ b/src/warnet/tank.py @@ -108,9 +108,6 @@ def parse_graph_node(self, node): else: raise Exception(f"Unsupported Lightning Network implementation: {options['impl']}") - if "metrics" in node: - self.metrics = node["metrics"] - logger.debug( f"Parsed graph node: {self.index} with attributes: {[f'{key}={value}' for key, value in graph_properties.items()]}" )