Gildas преди 7 години
родител
ревизия
d8bf9503a3
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      lib/single-file/modules/css-fonts-minifier.js

+ 0 - 1
lib/single-file/modules/css-fonts-minifier.js

@@ -145,7 +145,6 @@ this.fontsMinifier = this.fontsMinifier || (() => {
 		let test;
 		const optionalUsedFonts = filteredUsedFonts && filteredUsedFonts.get(familyName);
 		if (optionalUsedFonts && optionalUsedFonts.length) {
-			debugger;
 			const fontStyle = getDeclarationValue(ruleData.block.children, "font-style") || "normal";
 			const fontWeight = getFontWeight(getDeclarationValue(ruleData.block.children, "font-weight") || "400");
 			const fontVariant = getDeclarationValue(ruleData.block.children, "font-variant") || "normal";