Skip to content

Commit

Permalink
remove uncessary log print
Browse files Browse the repository at this point in the history
  • Loading branch information
ws4charlie committed Nov 25, 2024
1 parent d723e09 commit 82a08fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zetaclient/chains/bitcoin/signer/signer.go
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,6 @@ func (signer *Signer) TryProcessOutbound(
cancelTx := restrictedCCTX || dustAmount
if cancelTx {
amount = 0.0
} else {
logger.Info().Msgf("withdraw BTC to %s, value %d sats", to.EncodeAddress(), params.Amount.Uint64())
}

// sign withdraw tx
Expand Down

0 comments on commit 82a08fa

Please sign in to comment.