From e54d8f16bc1583527d53d08757b03f9f120ab78a Mon Sep 17 00:00:00 2001 From: Ray Miller Date: Fri, 31 Jan 2025 17:39:32 +0000 Subject: [PATCH] Remove debugging --- guile/broken-link-checker.scm | 1 - 1 file changed, 1 deletion(-) 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 #\,))))