Skip to content

Commit

Permalink
Revert "[goreleaser] log outersection"
Browse files Browse the repository at this point in the history
This reverts commit dcb40c2.
  • Loading branch information
trajan0x committed Jun 29, 2024
1 parent dcb40c2 commit ec3dc92
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ethergo/submitter/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ func (t *txSubmitterImpl) processQueue(parentCtx context.Context) (err error) {

t.distinctChainIDMux.RLock()
noOpChainIDs := outersection(pendingChainIDs, t.distinctChainIDs)
fmt.Println("outersection 2", noOpChainIDs)

t.distinctChainIDMux.RUnlock()

pendingChainIDs64 := make([]int64, len(pendingChainIDs))
Expand Down Expand Up @@ -166,8 +164,6 @@ func (t *txSubmitterImpl) processConfirmedQueue(parentCtx context.Context) (err
noOpChainIDs := outersection(mapToBigIntSlice(sortedTXsByChainID), t.distinctChainIDs)
t.distinctChainIDMux.RUnlock()

fmt.Println("outersection 1", noOpChainIDs)

var wg sync.WaitGroup
wg.Add(len(sortedTXsByChainID))

Expand Down

0 comments on commit ec3dc92

Please sign in to comment.