Skip to content

Commit

Permalink
chore: remove exporting after registering
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 committed Dec 9, 2024
1 parent 9b11540 commit 2c3413e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions extensions/warp-ipfs/src/store/identity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1716,10 +1716,6 @@ impl IdentityStore {
if let Err(e) = self.register().await {
tracing::warn!(did = %id.did, error = %e, "Unable to register identity");
}

if let Err(e) = self.export_root_document().await {
tracing::warn!(%id.did, error = %e, "Unable to export root document after registration");
}
}
}

Expand Down

0 comments on commit 2c3413e

Please sign in to comment.