diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-05-29 11:35:15 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-05-29 23:16:49 +0200 |
commit | e84e0369435add8e839fec78d4be7b2e71f6d4a8 (patch) | |
tree | 8c309b503feb562656ebd07b2f0b590c1cbe3e00 /guix/scripts/publish.scm | |
parent | 4c8603e808f73bfd4a65a04184285ae5e218e8b3 (diff) |
publish: Remove outdated comment.
* guix/scripts/publish.scm (make-request-handler): Remove outdated TODO.
Diffstat (limited to 'guix/scripts/publish.scm')
-rw-r--r-- | guix/scripts/publish.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/guix/scripts/publish.scm b/guix/scripts/publish.scm index 889dbef860..2875904758 100644 --- a/guix/scripts/publish.scm +++ b/guix/scripts/publish.scm @@ -848,8 +848,6 @@ blocking." (render-home-page request)) ;; /<hash>.narinfo (((= extract-narinfo-hash (? string? hash))) - ;; TODO: Register roots for HASH that will somehow remain for - ;; NARINFO-TTL. (if cache (render-narinfo/cached store request hash #:cache cache |