forked from organicmaps/organicmaps
[base] Remove debug print from tests.
This commit is contained in:
parent
caafd0db61
commit
bc6f729da7
1 changed files with 0 additions and 1 deletions
|
@ -290,7 +290,6 @@ UNIT_TEST(LevenshteinDFA_PrefixDFASmoke)
|
|||
{
|
||||
for (auto const & query : queries)
|
||||
{
|
||||
LOG(LINFO, (source, query));
|
||||
PrefixDFAModifier<LevenshteinDFA> dfa(LevenshteinDFA(source, 2 /* maxErrors */));
|
||||
auto it = dfa.Begin();
|
||||
for (auto const c : query)
|
||||
|
|
Loading…
Add table
Reference in a new issue