Skip to content

Commit

Permalink
fix: drop debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Jul 27, 2023
1 parent 64b2dcb commit 415964a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tooling/car/merge.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ func Merge(inputPaths []string, outputPath string) error {
options := []carv2.Option{blockstore.WriteAsCarV1(true)}
rout, err := blockstore.OpenReadWrite(outputPath, []cid.Cid{rootCid}, options...)
if err != nil {
fmt.Println("Error here:a", err)
return err
}

Expand Down

0 comments on commit 415964a

Please sign in to comment.