Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniFrenchBread committed Aug 22, 2024
1 parent 6ae7469 commit a569f21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion transfer/uploader.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ func (uploader *Uploader) BatchUpload(ctx context.Context, datas []core.Iterable
errs := make(chan error, opts.TaskSize)
for i := 0; i < n; i++ {
wg.Add(1)
fmt.Println(i)
go func(i int) {
defer wg.Done()

Expand Down

0 comments on commit a569f21

Please sign in to comment.