Skip to content

Commit

Permalink
leftover dbg!()
Browse files Browse the repository at this point in the history
  • Loading branch information
cylewitruk committed Feb 5, 2025
1 parent 6598b11 commit 576a004
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion signer/src/transaction_signer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,6 @@ where
aggregate_key,
chain_tip.block_hash,
));
dbg!(&self.wsts_frost_results);

if !matches!(frost_result, Some(true)) {
tracing::warn!("no successful frost signing round for the pre-rotate-keys verification signing round; refusing to sign");
Expand Down

0 comments on commit 576a004

Please sign in to comment.