diff options
author | Christopher Baines <mail@cbaines.net> | 2022-09-17 12:20:24 +0200 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-09-17 12:20:24 +0200 |
commit | 18c0cb2600ee9f040f7e503d43d168bd112a0e53 (patch) | |
tree | 9338a34c411bfc79bf4b7f8252ff22cfbf845351 /guix-qa-frontpage/manage-builds.scm | |
parent | 9deb82f92224e58c92e4216fb4e46a1ff4416060 (diff) | |
download | qa-frontpage-18c0cb2600ee9f040f7e503d43d168bd112a0e53.tar qa-frontpage-18c0cb2600ee9f040f7e503d43d168bd112a0e53.tar.gz |
Remove left over peek call
Diffstat (limited to 'guix-qa-frontpage/manage-builds.scm')
-rw-r--r-- | guix-qa-frontpage/manage-builds.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guix-qa-frontpage/manage-builds.scm b/guix-qa-frontpage/manage-builds.scm index 943cff9..1898976 100644 --- a/guix-qa-frontpage/manage-builds.scm +++ b/guix-qa-frontpage/manage-builds.scm @@ -293,7 +293,6 @@ builds-to-submit-count))) (let ((change (first changes))) - (peek "CHANGE" change) (if (and (string=? (assoc-ref change "target") "") (member (assoc-ref change "system") |