Skip to content

Commit

Permalink
chore(engine): remove verbose log line (#2860)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgmz committed May 17, 2024
1 parent da25ac2 commit d71a805
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/engine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,6 @@ func (e *Engine) verificationOverlapWorker(ctx context.Context) {
}

wgDetect.Wait()
ctx.Logger().V(4).Info("finished verificationOverlap chunks")
}

func (e *Engine) detectChunks(ctx context.Context) {
Expand Down

0 comments on commit d71a805

Please sign in to comment.