more debug message cleanup

This commit is contained in:
whyrusleeping 2020-08-01 16:35:02 -07:00
parent f71957bcec
commit 8260184abc

View File

@ -280,9 +280,6 @@ func TestPruningSimple(t *testing.T) {
mp.maxTxPoolSizeHi = 40
mp.maxTxPoolSizeLo = 10
bmsgs, _ := mp.Pending()
fmt.Println("MESSAGES BEFORE: ", len(bmsgs))
mp.Prune()
msgs, _ := mp.Pending()