Skip to content

Commit b19e272

Browse files
author
Hugh Cunningham
committed
removes stray debugging output
1 parent 5dac2df commit b19e272

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ironfish-rust/src/transaction/tests.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,12 +247,10 @@ fn test_evm_transaction() {
247247
assert_eq!(transaction.spends.len(), 1);
248248
transaction.add_output(out_note).unwrap();
249249
assert_eq!(transaction.outputs.len(), 1);
250-
println!("spends before: {:?}", transaction.spends.len());
251250
transaction
252251
.add_evm(evm)
253252
.expect("should be able to add data");
254253

255-
println!("spends after: {:?}", transaction.spends.len());
256254
let public_transaction = transaction
257255
.post(&spender_key, None, 1)
258256
.expect("should be able to post transaction");

0 commit comments

Comments
 (0)