remove test code

This commit is contained in:
John Sennesael 2021-10-12 18:53:11 -05:00
parent 8b2ac61264
commit 2bb840dc63
1 changed files with 1 additions and 2 deletions

View File

@ -21,8 +21,7 @@ int main(int argc, char* argv[])
return 1;
}
searchString = app.GetFilter().ProcessSearchString(searchString);
std::cout << searchString << std::endl;
return 0;
auto searchResults = app.GetDb().Search(searchString);
return 0;
}