mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-25 09:17:44 +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) {
|
public void onCodePointSelected(String emoji) {
|
||||||
Log.i(TAG, "onCodePointSelected(" + emoji + ")");
|
|
||||||
recentlyUsed.remove(emoji);
|
recentlyUsed.remove(emoji);
|
||||||
recentlyUsed.add(emoji);
|
recentlyUsed.add(emoji);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user