Skip to content

Commit 6d13b54

Browse files
committed
Remove println
1 parent 9717b9d commit 6d13b54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pallets/dapp-staking-v3/src/test/tests_types.rs

-2
Original file line numberDiff line numberDiff line change
@@ -2562,14 +2562,12 @@ fn contract_stake_amount_unstake_is_ok() {
25622562
// 5th scenario - do a full unstake with existing future entry, expect a cleanup
25632563
contract_stake.stake(total_stake_amount, period_info, era_3);
25642564

2565-
println!("{:?}", contract_stake);
25662565
contract_stake.unstake(
25672566
contract_stake.total_staked_amount(period),
25682567
period_info,
25692568
era_3,
25702569
(EraNumber::zero(), Balance::zero()),
25712570
);
2572-
println!("Contract stake after: {:?}", contract_stake);
25732571
assert!(contract_stake.staked.is_empty());
25742572
assert!(contract_stake.staked_future.is_none());
25752573
}

0 commit comments

Comments
 (0)