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 -> { is Namespace -> {
Timber.d(manga.title)
val tag = queryComponent.tag?.asQuery() val tag = queryComponent.tag?.asQuery()
searchTags == null || searchTags.all { searchTags == null || searchTags.all {
if (tag == null || tag.isBlank()) { if (tag == null || tag.isBlank()) {