Skip to content

Commit

Permalink
car already made
Browse files Browse the repository at this point in the history
  • Loading branch information
willscott committed Jun 22, 2021
1 parent 30b3f47 commit 9de8e57
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tasks/retrieval_deal.go
Expand Up @@ -258,13 +258,6 @@ func (de *retrievalDealExecutor) executeAndMonitorDeal(ctx context.Context, upda
return err
}

if de.task.CARExport.x {
carPath := filepath.Join(de.config.NodeDataDir, de.task.PayloadCID.x+".car")
if err := de.node.ClientGenCar(de.ctx, *ref, carPath); err != nil {
return err
}
}

// clean up the data.
imports, err := de.node.ClientListImports(de.ctx)
if err != nil {
Expand Down

0 comments on commit 9de8e57

Please sign in to comment.