mirror of https://github.com/xwiki-labs/cryptpad
Remove debugging console.log
This commit is contained in:
parent
b780a8eab9
commit
0eb5f6d49f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue