remove debug statement.
This commit is contained in:
parent
0879ac496f
commit
00fa3878d4
@ -107,7 +107,6 @@ func (tm *TestMiner) StartPledge(ctx context.Context, n, existing int, blockNoti
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (tm *TestMiner) FlushSealingBatches(ctx context.Context) {
|
func (tm *TestMiner) FlushSealingBatches(ctx context.Context) {
|
||||||
fmt.Println("FLUSH SEALING BATCHES***************")
|
|
||||||
pcb, err := tm.StorageMiner.SectorPreCommitFlush(ctx)
|
pcb, err := tm.StorageMiner.SectorPreCommitFlush(ctx)
|
||||||
require.NoError(tm.t, err)
|
require.NoError(tm.t, err)
|
||||||
if pcb != nil {
|
if pcb != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user