diff --git a/www/common/inner/common-mediatag.js b/www/common/inner/common-mediatag.js index febaa3b41..82ec8092f 100644 --- a/www/common/inner/common-mediatag.js +++ b/www/common/inner/common-mediatag.js @@ -128,7 +128,6 @@ define([ var getPrettyInitials = MT.getPrettyInitials = function (name) { let matches = name.match(emojiWithZWJRegex); if (matches && name.startsWith(matches[0])) { - console.log(matches) return matches[0]; } else {