diff options
Diffstat (limited to 'ext')
| -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) |