This commit is contained in:
hunjixin 2021-07-06 13:51:51 +08:00
parent a48a6a168a
commit 3e9ec01d04

View File

@ -2,7 +2,6 @@ package itests
import ( import (
"context" "context"
"fmt"
"github.com/filecoin-project/lotus/api" "github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/lotus/chain/store" "github.com/filecoin-project/lotus/chain/store"
"github.com/filecoin-project/lotus/chain/types" "github.com/filecoin-project/lotus/chain/types"
@ -55,7 +54,6 @@ func TestChainGetMessagesInTs(t *testing.T) {
if count == iterations { if count == iterations {
waitAllCh <- struct{}{} waitAllCh <- struct{}{}
} }
fmt.Println(msgs)
} }
} }
} }