Skip to content

Commit 39c5458

Browse files
committed
Remove testing assert from debugging
Signed-off-by: Jacinta Ferrant <jacinta.ferrant@gmail.com>
1 parent be740b4 commit 39c5458

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

testnet/stacks-node/src/event_dispatcher.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2752,9 +2752,6 @@ mod test {
27522752
receipt.vm_error = Some("Inconceivable!".into());
27532753

27542754
let payload_with_error = EventObserver::make_new_block_txs_payload(&receipt, 0);
2755-
let json = serde_json::to_string_pretty(&payload_with_error).unwrap();
2756-
println!("PAYLOAD: {json}");
2757-
assert!(false);
27582755
assert_eq!(payload_with_error.vm_error, receipt.vm_error);
27592756
}
27602757

0 commit comments

Comments
 (0)