From a756ce85c0cdeedcdf9bbe784c0fd039ac1ce92e Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Thu, 25 Mar 2021 22:42:24 -0400 Subject: [PATCH] Remove debug log (#1558) --- ext/js/language/translator.js | 1 - 1 file changed, 1 deletion(-) 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)