mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
refactor: Remove badges markdown generation from main function
This commit is contained in:
parent
2993e285c8
commit
2069ad62d1
1 changed files with 0 additions and 5 deletions
|
@ -406,11 +406,6 @@ def main():
|
|||
percentage, version = get_latest_release_aider_percentage()
|
||||
print(f"Aider wrote {percentage:.2f}% of code in the LATEST release ({version})")
|
||||
|
||||
# Generate and print badges markdown
|
||||
badges_md = generate_badges_md(total_downloads, stars, percentage)
|
||||
print("\nBadges markdown:\n")
|
||||
print(badges_md)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue