Skip to content

Commit

Permalink
piecrust: cleaned up println
Browse files Browse the repository at this point in the history
  • Loading branch information
miloszm committed Nov 14, 2024
1 parent fa43671 commit 247a3eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion piecrust/src/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,6 @@ fn index_merkle_from_path(
0,
)
.unwrap_or((contract_leaf_path.join(ELEMENT_FILE), 0));
println!("element depth={}", element_depth);
if element_path.is_file() {
let element_bytes = fs::read(&element_path)?;
let element: ContractIndexElement =
Expand Down

0 comments on commit 247a3eb

Please sign in to comment.