Remove some unnecessary logging.

pull/9/head
Greyson Parrelli 5 years ago
parent cef5de2be4
commit 05345b8582

@ -73,7 +73,6 @@ public class RecentEmojiPageModel implements EmojiPageModel {
}
public void onCodePointSelected(String emoji) {
Log.i(TAG, "onCodePointSelected(" + emoji + ")");
recentlyUsed.remove(emoji);
recentlyUsed.add(emoji);

Loading…
Cancel
Save