remove debugging log

This commit is contained in:
Hongbo Wu
2023-05-18 21:12:44 +08:00
parent 0adab7ad23
commit 331ddf69d4

View File

@ -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)