remove forgotten debug print
This commit is contained in:
parent
221429766e
commit
fb8ff3d0f4
1 changed files with 0 additions and 5 deletions
|
@ -35,11 +35,8 @@ def generate_READMEs(app_path: str):
|
|||
|
||||
catalog = toml.load(open(Path(os.path.abspath(__file__)).parent.parent.parent / "apps.toml"))
|
||||
from_catalog = catalog.get(manifest['id'], {})
|
||||
print(catalog)
|
||||
print(from_catalog)
|
||||
|
||||
antifeatures_list = toml.load(open(Path(os.path.abspath(__file__)).parent.parent.parent / "antifeatures.toml"))
|
||||
print(antifeatures_list)
|
||||
|
||||
if not upstream and not (app_path / "doc" / "DISCLAIMER.md").exists():
|
||||
print(
|
||||
|
@ -85,8 +82,6 @@ def generate_READMEs(app_path: str):
|
|||
else:
|
||||
antifeatures[k]['description'] = value_for_lang(antifeatures[k]['description'], lang)
|
||||
|
||||
print(lang + "\n")
|
||||
|
||||
out = template.render(
|
||||
lang=lang,
|
||||
upstream=upstream,
|
||||
|
|
Loading…
Reference in a new issue