Skip to content

Commit 8b9a728

Browse files
committed
chore: drop redundant debug logging in tests
1 parent 4f57afa commit 8b9a728

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/functional/feature_llmq_rotation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ def run_test(self):
237237
hmc_base_blockhash = self.nodes[0].getblockhash(block_count - (block_count % 24) - 24 - 8)
238238
best_block_hash = self.nodes[0].getbestblockhash()
239239
rpc_qr_info = self.nodes[0].quorum("rotationinfo", best_block_hash, False, hmc_base_blockhash)
240-
self.log.info(rpc_qr_info)
241240
assert_equal(rpc_qr_info["mnListDiffTip"]["blockHash"], best_block_hash)
242241
assert_equal(rpc_qr_info["mnListDiffTip"]["baseBlockHash"], rpc_qr_info["mnListDiffH"]["blockHash"])
243242
assert_equal(rpc_qr_info["mnListDiffH"]["baseBlockHash"], rpc_qr_info["mnListDiffAtHMinusC"]["blockHash"])

0 commit comments

Comments
 (0)