From b98d69b33e7e5f42d865dcf8fe79eb930a44ca17 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 2 May 2021 20:26:01 +0200 Subject: [PATCH] Remove slightly off-topic comment --- bin/app-json.py | 5 ----- 1 file changed, 5 deletions(-) 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", ""),