Skip to content

Commit

Permalink
ARCO-173: remove unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
pawellewandowski98 committed Sep 19, 2024
1 parent f991c98 commit 8cfde26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/broadcaster/rate_broadcaster.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ func (b *UTXORateBroadcaster) broadcastBatchAsync(txs sdkTx.Transactions, errCh

atomic.AddInt64(&b.connectionCount, 1)

b.logger.Info("broadcastBatchAsync")

resp, err := b.client.BroadcastTransactions(ctx, txs, waitForStatus, b.callbackURL, b.callbackToken, b.fullStatusUpdates, false)
if err != nil {

Expand Down

0 comments on commit 8cfde26

Please sign in to comment.