remove debug statement.

This commit is contained in:
Raúl Kripalani 2021-06-21 18:22:08 +01:00
parent 0879ac496f
commit 00fa3878d4

View File

@ -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 {