diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-03-25 22:42:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 22:42:24 -0400 |
commit | a756ce85c0cdeedcdf9bbe784c0fd039ac1ce92e (patch) | |
tree | a9bc11761f64ae97a7299675b4b0b42994d58967 | |
parent | 4ddd3ec80cc0682a46c2d3fed137a5fa7657c5b0 (diff) |
Remove debug log (#1558)
-rw-r--r-- | ext/js/language/translator.js | 1 |
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) |