Skip to content

Commit

Permalink
refactor: remove redundant log message
Browse files Browse the repository at this point in the history
  • Loading branch information
chungquantin committed Aug 13, 2024
1 parent e653f0c commit c3b586c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extension/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ where
let len = env.in_len();
env.charge_weight(contract_host_weight.return_per_byte.saturating_mul(len.into()))?;
let params = env.read(len)?;
log::debug!(target: LOG_TARGET, "Read input successfully");
match function_id {
FuncId::Dispatch => {
dispatch::<T, E, I>(&mut env, version, pallet_index, call_index, params)
Expand Down

0 comments on commit c3b586c

Please sign in to comment.