ソースを参照

removed debugger

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";