From 0eb5f6d49f5f2ce4eae9d1406ed8057b947619dd Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 4 Sep 2024 15:35:42 +0200 Subject: [PATCH] Remove debugging console.log --- www/common/inner/common-mediatag.js | 1 - 1 file changed, 1 deletion(-) 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 {