Remove fallback skill todo as an issue already address it

If an issue is present the TODO will just clutter the code, let's just remove it entirely.
This commit is contained in:
Inhishonor 2025-11-30 17:13:12 -08:00
parent c73c97d9ba
commit 3013ad1d96

View File

@ -57,7 +57,6 @@ class SkillHandler @Inject constructor(
TranslationInfo,
)
// TODO add more fallback skills (e.g. search)
private val fallbackSkillInfoList = listOf(
TextFallbackInfo,
)