Skip to content

Commit 9bf323a

Browse files
Remove confusing comment
1 parent 62f0e69 commit 9bf323a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ function getAmpPicture (imgNode, options) {
8686

8787
function getPicture (imgNode, options) {
8888
imgNode.skip = true
89-
// set <source> `srcset` to <img> `srcset`, if present; otherwise — use <img> `src`
9089
var srcset = (imgNode.attrs.srcset || imgNode.attrs[options.lazySrcset] || imgNode.attrs[options.lazySrc] || imgNode.attrs.src)
9190
.split(',')
9291
.filter(Boolean)

0 commit comments

Comments
 (0)