diff --git a/guile/broken-link-checker.scm b/guile/broken-link-checker.scm index be10b98..e7bf846 100755 --- a/guile/broken-link-checker.scm +++ b/guile/broken-link-checker.scm @@ -48,7 +48,6 @@ along with this program. If not, see . (define (parse-srcset s) "Parse out the list of URLs from an image srcset, discarding whitespace and the width/density descriptor." - (pk s) (map (compose first (cut string-split <> #\space)) (map string-trim-both (string-split s #\,))))