Remove emoji logging
// FREEBIE
This commit is contained in:
parent
57d64fe669
commit
7578991f4e
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@
|
|||
twemoji.parse(this.el, {
|
||||
attributes: function(icon, variant) {
|
||||
var colon = emoji_util.get_colon_from_unicode(icon);
|
||||
console.log("colon: ", colon);
|
||||
if (colon) {
|
||||
return {title: ":" + colon + ":"};
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue