Skip to content

Commit baf445b

Browse files
chore: remove println
1 parent 85586cf commit baf445b

File tree

1 file changed

+0
-2
lines changed
  • substrate-node/pallets/pallet-smart-contract/src

1 file changed

+0
-2
lines changed

substrate-node/pallets/pallet-smart-contract/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,8 +696,6 @@ impl<T: Config> Module<T> {
696696
contract_lock.amount_locked = new_amount_locked;
697697
ContractLock::<T>::insert(contract.contract_id, &contract_lock);
698698

699-
println!("amount locked: {:?}", contract_lock.amount_locked);
700-
701699
let is_canceled = matches!(contract.state, types::ContractState::Deleted(_));
702700
// When the cultivation rewards are ready to be distributed or we have to decomission the contract (due to out of funds) or it's canceled by the user
703701
// Unlock all reserved balance and distribute

0 commit comments

Comments
 (0)