Skip to content

Commit dbc2e52

Browse files
committed
remove debug logging
1 parent cd77dcd commit dbc2e52

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/warnet/lnchannel.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,6 @@ def compare_attributes(attr1, attr2, min_value=0, attr_name=""):
142142
return node1_policy_match and node2_policy_match
143143

144144
def channel_match(self, ch2: "LNChannel") -> bool:
145-
print(self)
146-
print(ch2)
147145
if self.capacity_msat != ch2.capacity_msat:
148146
self.logger.debug(f"Capacity mismatch: {self.capacity_msat} != {ch2.capacity_msat}")
149147
return False

0 commit comments

Comments
 (0)