Explorar o código

removed comment

Gildas %!s(int64=7) %!d(string=hai) anos
pai
achega
bbf4136e28
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      lib/single-file/css-rules-matcher.js

+ 0 - 2
lib/single-file/css-rules-matcher.js

@@ -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])) {