askrene: remove unnecessary print in test

Changelog-None

Signed-off-by: Lagrang3 <lagrang3@protonmail.com>
This commit is contained in:
Lagrang3
2026-01-28 09:08:10 +01:00
committed by Rusty Russell
parent 461ca68688
commit bb3be7e8f8

View File

@@ -1480,7 +1480,6 @@ def test_real_data(node_factory, bitcoind):
fees = {}
for n in range(0, limit):
print(f"XXX: {n}")
# 0.5% is the norm
MAX_FEE = AMOUNT // 200