diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-08-10 12:00:45 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-08-10 12:00:45 +0200 |
commit | 53a487e871400fa41111f5d415b639462a334706 (patch) | |
tree | 7d79eabbbf3d68367bf3ba7e53ee992110f0d229 | |
parent | dc8451c1cd01ace41b7e1a4fe21f35ccb05b2c3a (diff) |
scripts: publish: Remove leftover comment.
* guix/scripts/publish.scm (render-narinfo/cached): Remove leftover comment.
-rw-r--r-- | guix/scripts/publish.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guix/scripts/publish.scm b/guix/scripts/publish.scm index 5e1cdee17d..913cbd4fda 100644 --- a/guix/scripts/publish.scm +++ b/guix/scripts/publish.scm @@ -566,7 +566,6 @@ requested using POOL." (single-baker item ;; Check whether CACHED has been produced in the meantime. (unless (file-exists? cached) - ;; (format #t "baking ~s~%" item) (bake-narinfo+nar cache item #:ttl ttl #:compressions compressions |