aboutsummaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-03-25 22:42:24 -0400
committerGitHub <noreply@github.com>2021-03-25 22:42:24 -0400
commita756ce85c0cdeedcdf9bbe784c0fd039ac1ce92e (patch)
treea9bc11761f64ae97a7299675b4b0b42994d58967 /ext
parent4ddd3ec80cc0682a46c2d3fed137a5fa7657c5b0 (diff)
Remove debug log (#1558)
Diffstat (limited to 'ext')
-rw-r--r--ext/js/language/translator.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/js/language/translator.js b/ext/js/language/translator.js
index 5f3d5bcd..ad9689ee 100644
--- a/ext/js/language/translator.js
+++ b/ext/js/language/translator.js
@@ -1181,7 +1181,6 @@ class Translator {
// Sort by the number of inflection reasons
i = v1.inflections.length - v2.inflections.length;
- console.log({'v1.inflections': v1.inflections, 'v2.inflections': v2.inflections});
if (i !== 0) { return i; }
// Sort by how many terms exactly match the source (e.g. for exact kana prioritization)