Remove log statement
This commit is contained in:
parent
5a26878746
commit
b5110afe62
@ -153,11 +153,4 @@ class SearchableItemVM : ListItemViewModel(), KoinComponent {
|
||||
if (searchable is LauncherShortcut) appShortcutRepository.removePinnedShortcut(searchable)
|
||||
favoritesService.reset(searchable)
|
||||
}
|
||||
|
||||
public override fun onCleared() {
|
||||
super.onCleared()
|
||||
Log.d("SearchableItemVM", "onCleared: ${searchable.value?.key}")
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user