Skip to content

Commit

Permalink
Remove unnecessary debug logs. (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSasaPrsic authored Jul 25, 2023
1 parent bb4cc10 commit dd2306a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pallets/system/src/submitted_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,13 +207,6 @@ fn proof(
metrics
);

// let leaf = str::from_utf8(proof.leaf.as_slice()).unwrap(); //str::from_utf8(proof.leaf.as_slice()).unwrap();
log::debug!("Leaf generated size: {}", proof.leaf.len());

for l in &proof.leaf {
log::debug!(target: LOG_TARGET, "Leaf generated {}", l);
}

Some(proof)
}

Expand Down

0 comments on commit dd2306a

Please sign in to comment.