Remove some unnecessary logging.

This commit is contained in:
Greyson Parrelli 2019-05-01 11:04:33 -07:00
parent cef5de2be4
commit 05345b8582

View File

@ -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);