diff --git a/bin/app-json.py b/bin/app-json.py index 0b3b2b5..8071277 100755 --- a/bin/app-json.py +++ b/bin/app-json.py @@ -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", ""),