Skip to content

Commit

Permalink
chore: Remove leftover logging value (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 committed Feb 28, 2024
1 parent e54c6d2 commit 534c312
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions wnfs/src/public/directory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -851,10 +851,6 @@ impl Storable for PublicDirectory {
cid: Option<&Cid>,
serializable: Self::Serializable,
) -> Result<Self> {
println!(
"Public Directory from serializable cid: {}",
cid.map(Cid::to_string).unwrap_or("None".to_string())
);
let PublicNodeSerializable::Dir(serializable) = serializable else {
bail!(FsError::UnexpectedNodeType(NodeType::PublicFile));
};
Expand Down

0 comments on commit 534c312

Please sign in to comment.