publish: Remove outdated comment.

* guix/scripts/publish.scm (make-request-handler): Remove outdated TODO.
This commit is contained in:
Ludovic Courtès 2019-05-29 11:35:15 +02:00
parent 4c8603e808
commit e84e036943
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 0 additions and 2 deletions

View File

@ -848,8 +848,6 @@ blocking."
(render-home-page request)) (render-home-page request))
;; /<hash>.narinfo ;; /<hash>.narinfo
(((= extract-narinfo-hash (? string? hash))) (((= extract-narinfo-hash (? string? hash)))
;; TODO: Register roots for HASH that will somehow remain for
;; NARINFO-TTL.
(if cache (if cache
(render-narinfo/cached store request hash (render-narinfo/cached store request hash
#:cache cache #:cache cache