mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
remove debugging log
This commit is contained in:
parent
0adab7ad23
commit
331ddf69d4
1 changed files with 1 additions and 1 deletions
|
|
@ -422,7 +422,7 @@ export function makeHighlightNodeAttributes(
|
|||
isParagraphStart && !i && quote && (quote += '\n')
|
||||
quote += text
|
||||
}
|
||||
console.log('quote', quote)
|
||||
|
||||
const newHighlightSpan = document.createElement('span')
|
||||
newHighlightSpan.setAttribute(highlightIdAttribute, id)
|
||||
newHighlightSpan.appendChild(newTextNode)
|
||||
|
|
|
|||
Loading…
Reference in a new issue