Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

Commit

Permalink
do not log emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
lepon01 committed Apr 18, 2019
1 parent 186e450 commit 86e80ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/data/Modesta.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ Object.keys(twitterEmojis)
TwitterEmojis[css.replace(/-([a-z0-9])/g, (capture) => capture[1].toUpperCase()).replace('-', '')] = twitterEmojis[css];
});

console.log(TwitterEmojis)

export default Modesta;
export {
TwitterEmojis
Expand Down

0 comments on commit 86e80ab

Please sign in to comment.