Remove leftover TODO

This commit is contained in:
NerdNumber9 2017-08-26 03:48:12 -04:00
parent 84121ff901
commit 36003fd622

View File

@ -64,7 +64,6 @@ class LibraryCategoryAdapter(val view: LibraryCategoryView) :
}
fun performFilter() {
//TODO Wrap in try catch
if(searchText.isNotBlank()) {
try {
val parsedQuery = searchEngine.parseQuery(searchText)