diff options
Diffstat (limited to 'frontend/src/components/Markdown.tsx')
| -rw-r--r-- | frontend/src/components/Markdown.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/components/Markdown.tsx b/frontend/src/components/Markdown.tsx index cefced91..81618b55 100644 --- a/frontend/src/components/Markdown.tsx +++ b/frontend/src/components/Markdown.tsx @@ -15,7 +15,6 @@ const Markdown: FunctionComponent<MarkdownProps> = (props) => { components={{ div: (nodeProps) => <Focusable {...nodeProps.node.properties}>{nodeProps.children}</Focusable>, a: (nodeProps) => { - console.log(nodeProps.node, nodeProps); const aRef = useRef<HTMLAnchorElement>(null); return ( // TODO fix focus ring |
