Remove print statement

This commit is contained in:
notplants 2021-03-16 13:02:42 +01:00
parent 1ec6a68ece
commit 83dc63602a
1 changed files with 0 additions and 2 deletions

View File

@ -56,8 +56,6 @@ def publish_img(release_dir):
release_img_url = img_path.replace('/var/www/releases.peachcloud.org/html/', '/')
with open(manifest_path, 'r') as f:
manifest = json.loads(f.read())
for k, v in manifest.items():
print("{}: {}".format(k, v))
packages = manifest['packages']
render_template(
src="release_index.html",