Skip to content

Commit

Permalink
remove excess logging
Browse files Browse the repository at this point in the history
  • Loading branch information
xoloki committed Nov 13, 2024
1 parent e214f39 commit 543a685
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/state_machine/coordinator/fire.rs
Original file line number Diff line number Diff line change
Expand Up @@ -524,12 +524,6 @@ impl<Aggregator: AggregatorTrait> Coordinator<Aggregator> {
"DKG round {} DkgPrivateShares from signer {}",
dkg_private_shares.dkg_id, dkg_private_shares.signer_id
);
for share in &dkg_private_shares.shares {
info!("src_party_id {}", share.0);
for (dst_key_id, enc_share) in &share.1 {
info!("dst_key_id {} {} bytes", dst_key_id, enc_share.len());
}
}
}

if self.dkg_wait_signer_ids.is_empty() {
Expand Down

0 comments on commit 543a685

Please sign in to comment.