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, {
|
twemoji.parse(this.el, {
|
||||||
attributes: function(icon, variant) {
|
attributes: function(icon, variant) {
|
||||||
var colon = emoji_util.get_colon_from_unicode(icon);
|
var colon = emoji_util.get_colon_from_unicode(icon);
|
||||||
console.log("colon: ", colon);
|
|
||||||
if (colon) {
|
if (colon) {
|
||||||
return {title: ":" + colon + ":"};
|
return {title: ":" + colon + ":"};
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue