[releng] health: remove debugging statement



commit e5ca72658d41cc8ad48d73626c91a26078fbe645
Author: Frédéric Péters <fpeters 0d be>
Date:   Tue Aug 11 11:06:52 2015 +0200

    health: remove debugging statement

 tools/health/health.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/tools/health/health.py b/tools/health/health.py
index c0afba3..7131d15 100644
--- a/tools/health/health.py
+++ b/tools/health/health.py
@@ -39,7 +39,6 @@ def setup():
 
 
 def url_cache_read(url, prefix = ''):
-    print(url)
     s = prefix + hashlib.md5(url.encode('ascii')).hexdigest()
     cache_file = os.path.join(CACHE_DIR, s)
     if os.path.exists(cache_file):


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]