Skip to content

Commit

Permalink
chore: remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVerstraete committed May 13, 2022
1 parent 85586cf commit baf445b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions substrate-node/pallets/pallet-smart-contract/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -696,8 +696,6 @@ impl<T: Config> Module<T> {
contract_lock.amount_locked = new_amount_locked;
ContractLock::<T>::insert(contract.contract_id, &contract_lock);

println!("amount locked: {:?}", contract_lock.amount_locked);

let is_canceled = matches!(contract.state, types::ContractState::Deleted(_));
// 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
// Unlock all reserved balance and distribute
Expand Down

0 comments on commit baf445b

Please sign in to comment.