more debug message cleanup
This commit is contained in:
parent
f71957bcec
commit
8260184abc
@ -280,9 +280,6 @@ func TestPruningSimple(t *testing.T) {
|
|||||||
mp.maxTxPoolSizeHi = 40
|
mp.maxTxPoolSizeHi = 40
|
||||||
mp.maxTxPoolSizeLo = 10
|
mp.maxTxPoolSizeLo = 10
|
||||||
|
|
||||||
bmsgs, _ := mp.Pending()
|
|
||||||
fmt.Println("MESSAGES BEFORE: ", len(bmsgs))
|
|
||||||
|
|
||||||
mp.Prune()
|
mp.Prune()
|
||||||
|
|
||||||
msgs, _ := mp.Pending()
|
msgs, _ := mp.Pending()
|
||||||
|
Loading…
Reference in New Issue
Block a user