Skip to content

Commit e621ceb

Browse files
committed
Remove extraneous logs
1 parent 1ddce21 commit e621ceb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/text.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,9 @@ export function truncateText(
107107
};
108108

109109
const trimAtSpace = (text: string) => {
110-
console.log(text);
111110
const spaceResult = trimSpace(
112111
text.substring(0, text.length - 1),
113112
);
114-
console.log(spaceResult.text);
115113
return trimEnd(spaceResult.text) + "…";
116114
};
117115

0 commit comments

Comments
 (0)