Skip to content

Commit 713dbca

Browse files
committed
remove log
1 parent 0c70f32 commit 713dbca

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

internal/verifier/check.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,6 @@ func (verifier *Verifier) CheckWorker(ctx context.Context) error {
7878
verifier.logger.Debug().Msgf("Starting %d verification workers", verifier.numWorkers)
7979
ctx, cancel := context.WithCancel(ctx)
8080

81-
if verifier.workerSleepDelayMillis == 0 {
82-
verifier.logger.Info().
83-
Msg("Worker sleep delay is zero. Only tests should do this.")
84-
}
85-
8681
wg := sync.WaitGroup{}
8782
for i := 0; i < verifier.numWorkers; i++ {
8883
wg.Add(1)

0 commit comments

Comments
 (0)