diff --git a/p/db/index.js b/p/db/index.js index 3d4dbb72..8bf9e98d 100644 --- a/p/db/index.js +++ b/p/db/index.js @@ -286,7 +286,6 @@ const parseHint = (profile, h, icons) => { const res = _parseHint(profile, h, icons) if (h.txtN) { - console.error(h) const text = trim(h.txtN.toLowerCase(), ' ()') if (codesByText[text]) res.code = codesByText[text] }