Skip to content

Commit

Permalink
remove test prints
Browse files Browse the repository at this point in the history
  • Loading branch information
facundomedica committed Sep 11, 2024
1 parent 0fcc166 commit 9974f61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x/auth/ante/unorderedtx/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ func (m *Manager) Contains(hash TxHash) bool {
}

func (m *Manager) Size() int {
fmt.Println("Size")
m.mu.RLock()
defer m.mu.RUnlock()

Expand Down Expand Up @@ -244,7 +243,6 @@ func (m *Manager) purgeLoop() {
}

hashes := m.expiredTxs(latestTime)
fmt.Println("Purging", len(hashes))
if len(hashes) > 0 {
m.purge(hashes)
}
Expand Down

0 comments on commit 9974f61

Please sign in to comment.