Remove slightly off-topic comment

This commit is contained in:
decentral1se 2021-05-02 20:26:01 +02:00
parent d159b98c3c
commit b98d69b33e
Signed by untrusted user who does not match committer: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 0 additions and 5 deletions

View File

@ -147,11 +147,6 @@ def generate_apps_json(repos_json):
"default_branch": repo_details.get("default_branch", ""),
"description": repo_details.get("description", ""),
"website": repo_details.get("website", ""),
# Note(decentral1se): please note that the app metadata do not
# correspond to version tags. We simply parse the latest metadata
# list from HEAD. This may lead to unexpected situations where
# users believe X feature is available under Y version but it is
# not.
"features": metadata,
"versions": get_app_versions(app_path, cached_apps_json),
"icon": repo_details.get("avatar_url", ""),