aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xwebmap-download3
1 files changed, 0 insertions, 3 deletions
diff --git a/webmap-download b/webmap-download
index fcbbd16..2c475fe 100755
--- a/webmap-download
+++ b/webmap-download
@@ -101,9 +101,6 @@ def download(dest : str,
start = time_monotonic()
r = download_trystream(url, headers=headers, session=session, timeout=30)
if r.status_code == 304:
- # XXX shouldn't we call os.utime(dest) to bump its ctime here?
- # otherwise we'll make several queries and get multiple 304
- # replies if the file is used by multiple layers
logging.info('%s: %d Not Modified', dest, r.status_code)
return