diff --git a/packages/web/components/templates/article/HighlightsLayer.tsx b/packages/web/components/templates/article/HighlightsLayer.tsx index 179d43795..5c4ad6aa6 100644 --- a/packages/web/components/templates/article/HighlightsLayer.tsx +++ b/packages/web/components/templates/article/HighlightsLayer.tsx @@ -553,8 +553,6 @@ export function HighlightsLayer(props: HighlightsLayerProps): JSX.Element { const goToHighlightIdx = (idx: number, highlightsList: Highlight[]) => { const highlight = highlightsList[idx] - console.log('highlight: ', highlight, 'idx', idx) - const target = document.querySelector( `[omnivore-highlight-id="${highlight.id}"]` )