From 83dc63602a4070466cde3d54ad850261b21ee361 Mon Sep 17 00:00:00 2001 From: notplants Date: Tue, 16 Mar 2021 13:02:42 +0100 Subject: [PATCH] Remove print statement --- publish_img.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/publish_img.py b/publish_img.py index 9a1618f..2321ef7 100644 --- a/publish_img.py +++ b/publish_img.py @@ -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",