refactor: Remove unused logging tags (#374)
This commit is contained in:
parent
fa2da5ae18
commit
7e3cde4c65
|
@ -151,10 +151,6 @@ class TimelineCases @Inject constructor(
|
|||
suspend fun translateUndo(statusViewData: StatusViewData) {
|
||||
cachedTimelineRepository.translateUndo(statusViewData)
|
||||
}
|
||||
|
||||
companion object {
|
||||
private const val TAG = "TimelineCases"
|
||||
}
|
||||
}
|
||||
|
||||
class TimelineError(message: String?) : RuntimeException(message)
|
||||
|
|
|
@ -22,8 +22,6 @@ import app.pachli.core.database.model.AccountEntity
|
|||
import java.util.Locale
|
||||
import timber.log.Timber
|
||||
|
||||
private const val TAG: String = "LocaleUtils"
|
||||
|
||||
private fun LocaleListCompat.toList(): List<Locale> {
|
||||
val list = mutableListOf<Locale>()
|
||||
for (index in 0 until this.size()) {
|
||||
|
|
Loading…
Reference in New Issue