Skip to content

Commit 04c047c

Browse files
chore(rich-text-web): remove debug log from formatFonts function
1 parent 75ec55f commit 04c047c

File tree

1 file changed

+0
-1
lines changed
  • packages/pluggableWidgets/rich-text-web/src/utils/formats

1 file changed

+0
-1
lines changed

packages/pluggableWidgets/rich-text-web/src/utils/formats/fonts.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export class FontStyleAttributor extends StyleAttributor {
5555
}
5656

5757
export function formatFonts(fonts: CustomFontsType[] = []): typeof FONT_LIST {
58-
console.info("formatFonts", { fonts });
5958
return fonts.map(font => ({
6059
value: font.fontName?.value?.toLowerCase().split(" ").join("-") ?? "",
6160
description: font.fontName?.value ?? "",

0 commit comments

Comments
 (0)