Remove debug log (#1558)

This commit is contained in:
toasted-nutbread 2021-03-25 22:42:24 -04:00 committed by GitHub
parent 4ddd3ec80c
commit a756ce85c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)