mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove extra debug
This commit is contained in:
parent
490cd6b098
commit
987394c26a
1 changed files with 0 additions and 2 deletions
|
|
@ -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}"]`
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue