feat: Remove debug logging from various components for cleaner code
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package com.rosetta.messenger.ui.components
|
||||
|
||||
import android.content.Context
|
||||
import android.util.Log
|
||||
import androidx.compose.animation.core.*
|
||||
import androidx.compose.foundation.background
|
||||
import androidx.compose.foundation.clickable
|
||||
@@ -402,9 +401,7 @@ object EmojiCache {
|
||||
|
||||
allEmojis = emojis
|
||||
emojisByCategory = groupEmojis(emojis)
|
||||
Log.d("EmojiCache", "Loaded ${emojis.size} emojis")
|
||||
} catch (e: Exception) {
|
||||
Log.e("EmojiCache", "Error loading emojis", e)
|
||||
allEmojis = emptyList()
|
||||
emojisByCategory = emptyMap()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user