Skip to content

Commit

Permalink
Remove rogue console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiriVulpes committed Jan 21, 2025
1 parent 1c0c1cd commit c69d57a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/utility/MarkdownContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const ELEMENT_TYPES_TO_SIMPLIFY_BY_REMOVAL = new Set<TagNameUppercase>([

Component.extend(component => component.extend<MarkdownContentExtensions>(component => ({
setMarkdownContent (markdown, maxLength) {
console.log(maxLength)
component.classes.add('markdown')
component.element.innerHTML = Markdown.render(markdown)

Expand Down

0 comments on commit c69d57a

Please sign in to comment.