remove errant comment

This commit is contained in:
tobi 2025-09-26 15:17:30 +02:00 committed by tobi
commit 487292e6f3

View file

@ -338,8 +338,6 @@ func (sr *statusRethreader) rethreadStatus(ctx context.Context, tx bun.Tx, statu
return 0, gtserror.Newf("error getting children: %w", err)
}
// Dedupe thread IDs.
// Check for newly picked-up threads
// to find stragglers for below. Else
// we've reached end of what we can do.