mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-24 16:57:50 +00:00
Remove some unnecessary logging.
This commit is contained in:
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…
x
Reference in New Issue
Block a user