@@ -125,8 +125,6 @@ this.RulesMatcher = this.RulesMatcher || (() => {
}
- // if (unmatchedSelectorsCache.find(selector => selectorText.startsWith(selector))) {
-
function isUnmatchedSelector(selector, unmatchedSelectorsCache) {
let selectorIndex = 0;
while (selectorIndex < unmatchedSelectorsCache.length && !selector.startsWith(unmatchedSelectorsCache[selectorIndex])) {