From d6db85cba16393bbe7651abcd631649fed836dd2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 1 Jul 2020 10:00:46 +0200 Subject: reflector-2020.3.tar.xz --- Reflector.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Reflector.py') diff --git a/Reflector.py b/Reflector.py index 175230c..54e98e0 100644 --- a/Reflector.py +++ b/Reflector.py @@ -108,7 +108,6 @@ def get_mirrorstatus( name = os.path.join(NAME, name) cache_path = get_cache_file(name=name) - print(cache_path) try: mtime = os.path.getmtime(cache_path) invalid = (time.time() - mtime) > cache_timeout -- cgit v1.2.3