chore: removed debug code

This commit is contained in:
원더 2021-02-08 10:12:54 +09:00
parent b7fcc46b29
commit 72454f8d11

View File

@ -24,10 +24,8 @@ export const twemoji = {
regex: `${Emoji}{2}|${Emoji}`,
replace: function(__match: string, two: string, one: string) {
const parsed = __match || two || one
console.log(parsed)
const emoj = Twemoji.parse(parsed, { folder: 'svg', ext: '.svg' })
if(!emoj) return parsed
console.log(emoj)
return emoj
}
}