Skip to content

Commit

Permalink
Removed faulty logging code
Browse files Browse the repository at this point in the history
See: #1177
  • Loading branch information
dteviot committed Jan 25, 2024
1 parent d640e9a commit 22f5f8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/js/parsers/RoyalRoadParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ class RoyalRoadParser extends Parser{
}
}
for(let rule of allCssRules.filter(s => s.style.display == "none")) {
console.log(webPageDom.querySelector(rule.selectorText).textContent);
webPageDom.querySelector(rule.selectorText)?.remove();
}
}
Expand Down

0 comments on commit 22f5f8f

Please sign in to comment.