Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ety001 committed Aug 5, 2021
1 parent 1eef314 commit 9253ee2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/cards/MarkdownViewer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ class MarkdownViewer extends Component {
}

let renderedText = html ? text : renderer.render(text);
console.log(renderedText);
// If content isn't wrapped with an html element at this point, add it.
if (!renderedText.indexOf('<html>') !== 0) {
renderedText = '<html>' + renderedText + '</html>';
Expand Down

0 comments on commit 9253ee2

Please sign in to comment.