remove accidental logging

[ci skip]
This commit is contained in:
Jannis R 2018-07-09 19:48:12 +02:00
parent efc6467c93
commit 90519cff68
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -286,7 +286,6 @@ const parseHint = (profile, h, icons) => {
const res = _parseHint(profile, h, icons) const res = _parseHint(profile, h, icons)
if (h.txtN) { if (h.txtN) {
console.error(h)
const text = trim(h.txtN.toLowerCase(), ' ()') const text = trim(h.txtN.toLowerCase(), ' ()')
if (codesByText[text]) res.code = codesByText[text] if (codesByText[text]) res.code = codesByText[text]
} }