We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c70f32 commit 713dbcaCopy full SHA for 713dbca
internal/verifier/check.go
@@ -78,11 +78,6 @@ func (verifier *Verifier) CheckWorker(ctx context.Context) error {
78
verifier.logger.Debug().Msgf("Starting %d verification workers", verifier.numWorkers)
79
ctx, cancel := context.WithCancel(ctx)
80
81
- if verifier.workerSleepDelayMillis == 0 {
82
- verifier.logger.Info().
83
- Msg("Worker sleep delay is zero. Only tests should do this.")
84
- }
85
-
86
wg := sync.WaitGroup{}
87
for i := 0; i < verifier.numWorkers; i++ {
88
wg.Add(1)
0 commit comments