mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove debug log
This commit is contained in:
parent
791d11f581
commit
e3d8fae6c5
1 changed files with 0 additions and 1 deletions
|
|
@ -496,7 +496,6 @@ export const fetchFavicon = async (
|
|||
export const highlightTranslators: TranslatorConfigObject = {
|
||||
span: ({ node }) => {
|
||||
const id = node.getAttribute(highlightIdAttribute)
|
||||
console.log(id)
|
||||
if (!id) return {}
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in a new issue