diff --git a/internal/db/bundb/migrations/20250415111056_thread_all_statuses.go b/internal/db/bundb/migrations/20250415111056_thread_all_statuses.go index 0b0389e7a..86fbbd49f 100644 --- a/internal/db/bundb/migrations/20250415111056_thread_all_statuses.go +++ b/internal/db/bundb/migrations/20250415111056_thread_all_statuses.go @@ -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.