Skip to content

Commit

Permalink
style: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen authored and bastianccm committed Nov 11, 2021
1 parent 22cafc3 commit 8d28e4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/PageHelp/PageHelp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const PageHelp: React.FC<Props> = ({ leaving, onLeave }) => {
'a': ['href', 'target']
},
});
console.log(content);
return (
<p key={index} dangerouslySetInnerHTML={sanitize(element)}></p>
)
Expand Down

0 comments on commit 8d28e4c

Please sign in to comment.