mirror of
https://github.com/twitter/twemoji.git
synced 2025-08-06 16:13:54 +09:00
Remove debugging statement from test
This commit is contained in:
1
test.js
1
test.js
@ -374,7 +374,6 @@ wru.test([{
|
|||||||
// without variant
|
// without variant
|
||||||
div = document.createElement('div');
|
div = document.createElement('div');
|
||||||
div.appendChild(document.createTextNode('I \u2764 emoji!'));
|
div.appendChild(document.createTextNode('I \u2764 emoji!'));
|
||||||
console.log(div);
|
|
||||||
twemoji.parse(
|
twemoji.parse(
|
||||||
div, {
|
div, {
|
||||||
attributes: function(icon) {
|
attributes: function(icon) {
|
||||||
|
Reference in New Issue
Block a user