Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedo committed Oct 30, 2018
1 parent 889f3ad commit 49f30c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/enhancements.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ function extractImage(doc) {
];
for (let idx = 0; idx < selectors.length; idx++) {
let imgs = Array.from(doc.querySelectorAll(selectors[idx]));
console.log(imgs);
if (imgs && imgs.length > 0) {
if (imgs[0].getAttribute('content')) {
return imgs[0].getAttribute('content');
Expand Down

0 comments on commit 49f30c9

Please sign in to comment.