Remove debugging console.log

This commit is contained in:
yflory 2024-09-04 15:35:42 +02:00
parent b780a8eab9
commit 0eb5f6d49f
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@ define([
var getPrettyInitials = MT.getPrettyInitials = function (name) { var getPrettyInitials = MT.getPrettyInitials = function (name) {
let matches = name.match(emojiWithZWJRegex); let matches = name.match(emojiWithZWJRegex);
if (matches && name.startsWith(matches[0])) { if (matches && name.startsWith(matches[0])) {
console.log(matches)
return matches[0]; return matches[0];
} }
else { else {