[gimp-web/wip/Jehan/fix-ci: 9/11] Revert "More debug."
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/wip/Jehan/fix-ci: 9/11] Revert "More debug."
- Date: Mon, 2 May 2022 14:27:38 +0000 (UTC)
commit 6d93b951b25df37aa2835292d92bd54e1b8033cb
Author: Jehan <jehan girinstud io>
Date: Sun May 1 21:53:01 2022 +0200
Revert "More debug."
This reverts commit 25e863becd3d820d8000cc6cc524865eea624f47.
tools/downloads/gimp-check-mirrors.py | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/tools/downloads/gimp-check-mirrors.py b/tools/downloads/gimp-check-mirrors.py
index 6941d7f7..1e608488 100755
--- a/tools/downloads/gimp-check-mirrors.py
+++ b/tools/downloads/gimp-check-mirrors.py
@@ -111,7 +111,6 @@ def verify_remote(uri, future):
# a reasonable chunk size to process.
for line in response.iter_content(chunk_size=65536, decode_unicode=False):
m.update(line)
- print("verify_remote({}) DOWNLOADED in {}".format(uri, time.monotonic() - start))
if m.digest() == future.result():
checksum_ok = True
success = True
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]