Skip to content

Commit d503267

Browse files
committed
Remove leftover debug logs from testing
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent 0375c72 commit d503267

File tree

1 file changed

+0
-6
lines changed
  • stacks-node/src/tests/signer

1 file changed

+0
-6
lines changed

stacks-node/src/tests/signer/v0.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -785,11 +785,9 @@ impl MultipleMinerTest {
785785
.unwrap()
786786
.block_height;
787787

788-
debug!("HERE Building {nmb_blocks} BTC blocks.");
789788
self.btc_regtest_controller_mut()
790789
.build_next_block(nmb_blocks);
791790

792-
debug!("HERE Waiting to for burn chain tip to advance {nmb_blocks} blocks.");
793791
wait_for(timeout_secs, || {
794792
let burn_block = SortitionDB::get_canonical_burn_chain_tip(sortdb.conn())
795793
.unwrap()
@@ -798,10 +796,6 @@ impl MultipleMinerTest {
798796
&& self.get_peer_info().burn_block_height >= burn_block_before + nmb_blocks)
799797
})?;
800798
let peer_after = self.get_peer_info();
801-
debug!(
802-
"HERE Waiting for updates for burn block {} with block height {}.",
803-
peer_after.pox_consensus, peer_after.burn_block_height
804-
);
805799
wait_for_state_machine_update(
806800
timeout_secs,
807801
&peer_after.pox_consensus,

0 commit comments

Comments
 (0)