[gimp-web/wip/Jehan/fix-ci: 2/3] Revert "More debug."




commit 7172f05413c9cef61e69269b6452fbd6566401fb
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]