From 90519cff6830f80e154872726b7dddbadf2e8f7c Mon Sep 17 00:00:00 2001 From: Jannis R Date: Mon, 9 Jul 2018 19:48:12 +0200 Subject: [PATCH] remove accidental logging [ci skip] --- p/db/index.js | 1 - 1 file changed, 1 deletion(-) 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] }