elif team.currently_eligible and not should_be_eligible:
                    if not options["dry_run"]:
                        message = "Removing {team.short_name} ({speakers}) from {category.name}"
                        team.break_categories.remove(break_category)
                    else: