summaryrefslogtreecommitdiff
path: root/Reflector.py
diff options
context:
space:
mode:
Diffstat (limited to 'Reflector.py')
-rw-r--r--Reflector.py1
1 files changed, 0 insertions, 1 deletions
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