Skip to content

Commit

Permalink
chore: remove floating console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Jul 31, 2019
1 parent e3574c4 commit 0d84a60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion @remirror/showcase/src/epic-mode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const EpicModeComponent: FC<EpicModeComponentProps> = ({
placeholder = 'Type for epic...',
shake,
}) => {
console.log(document.body);
return (
<div style={{ gridArea: 'editor' }} placeholder={placeholder}>
<RemirrorManager>
Expand Down

0 comments on commit 0d84a60

Please sign in to comment.