diff --git a/bin/app-json.py b/bin/app-json.py index 79e01e6a..09614c69 100755 --- a/bin/app-json.py +++ b/bin/app-json.py @@ -105,7 +105,6 @@ def clone_all_apps(repos_json): repos = [[p["name"], p["ssh_url"]] for p in repos_json] for name, url in repos: - continue if name in REPOS_TO_SKIP: continue