Skip to content

Commit

Permalink
removed a println
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Aug 21, 2024
1 parent 8369b2a commit a80b533
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ impl<C> Platform<C> {
.into_btree_string_map()
.map_err(|e| Error::Protocol(ProtocolError::ValueError(e)))?;

println!("{:?}", document_stub_properties);

let document = DocumentV0 {
id: DPNS_DASH_TLD_DOCUMENT_ID.into(),
properties: document_stub_properties,
Expand Down

0 comments on commit a80b533

Please sign in to comment.