Skip to content

Commit 34ab428

Browse files
committed
fix: remove log
1 parent e0db9bf commit 34ab428

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/textkit/src/layout/wrapWords.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ const wrapWords = (
4141
const syllables = [];
4242
const fragments = [];
4343

44-
console.log('>>>> attributedString', attributedString);
45-
4644
const builtinHyphenate = engines.wordHyphenation?.() || defaultHyphenate;
4745

4846
const hyphenate = options.hyphenationCallback || builtinHyphenate;

0 commit comments

Comments
 (0)