Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdengineer committed Aug 27, 2024
1 parent 5972b6f commit 5842300
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,6 @@ function MenuItem(

if (shouldTruncateTitle) {
titleToWrap = Parser.truncateHTML(`<comment>${titleToWrap}</comment>`, characterLimit, {ellipsis: '...'});
console.log(titleToWrap);
return titleToWrap;
}

Expand Down

0 comments on commit 5842300

Please sign in to comment.