Remove debugging
This commit is contained in:
parent
cb177aa43f
commit
e54d8f16bc
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
(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 #\,))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue