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

Commit 86e80ab

Browse files
author
lepon01
committed
do not log emojis
1 parent 186e450 commit 86e80ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/data/Modesta.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ Object.keys(twitterEmojis)
1414
TwitterEmojis[css.replace(/-([a-z0-9])/g, (capture) => capture[1].toUpperCase()).replace('-', '')] = twitterEmojis[css];
1515
});
1616

17-
console.log(TwitterEmojis)
18-
1917
export default Modesta;
2018
export {
2119
TwitterEmojis

0 commit comments

Comments
 (0)