Browse Source

removed debugger

Gildas 7 năm trước cách đây
mục cha
commit
d8bf9503a3
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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";