Skip to content

Commit

Permalink
refactor: remove console log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWoelki committed Apr 7, 2024
1 parent 966f4bd commit 33feb31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/editor/markdown-processors/icon-in-text.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ export const processIconInTextMarkdown = (
.parseEmoji(plugin.getSettings().emojiStyle, emojiName, fontSize)
.replace(`alt="${emojiName}"`, `alt="${emoji.shortNames[emojiName]}"`);

console.log(parsedEmoji);
firstElementChild.innerHTML = firstElementChild.innerHTML.replace(
emojiName,
parsedEmoji,
Expand Down

0 comments on commit 33feb31

Please sign in to comment.