Remove library search log

This commit is contained in:
Jobobby04 2020-08-19 18:14:42 -04:00
parent d86f3ffad8
commit aff15b3ee2

View File

@ -208,7 +208,6 @@ class LibraryCategoryAdapter(view: LibraryCategoryView, val controller: LibraryC
)
}
is Namespace -> {
Timber.d(manga.title)
val tag = queryComponent.tag?.asQuery()
searchTags == null || searchTags.all {
if (tag == null || tag.isBlank()) {