Remove debug log

This commit is contained in:
Hongbo Wu 2023-05-12 19:28:19 +08:00
parent 791d11f581
commit e3d8fae6c5

View file

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