This commit is contained in:
Ahrav Dutta 2024-06-24 15:41:52 -07:00
parent 3682bb1ba1
commit 5c10ab37b6

View file

@ -1094,7 +1094,6 @@ func (e *Engine) processResult(
func (e *Engine) notifierWorker(ctx context.Context) {
for result := range e.ResultsChan() {
fmt.Println("NOTIFIER WORKER")
startTime := time.Now()
// Filter unwanted results, based on `--results`.
if !result.Verified {