Remove Println

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera 2020-08-25 04:37:35 +02:00
parent a5c56dde10
commit 8cc8a277a1
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

View File

@ -272,8 +272,7 @@ func TestMessagePoolMessagesInEachBlock(t *testing.T) {
tma.applyBlock(t, a)
tsa := mock.TipSet(a)
all, _ := mp.Pending()
fmt.Println("pending: ", all)
_, _ = mp.Pending()
selm, _ := mp.SelectMessages(tsa, 1)
if len(selm) == 0 {