mirror of
https://github.com/typesense/typesense.git
synced 2025-05-17 20:22:32 +08:00
Remove stray logging in test.
This commit is contained in:
parent
a69137ff3b
commit
437732c89d
@ -238,7 +238,7 @@ TEST(TokenizerTest, ShouldTokenizeLocaleText) {
|
||||
|
||||
// window used to locate the starting offset for snippet on the text
|
||||
while(tokenizer.next(raw_token, raw_token_index, tok_start, tok_end)) {
|
||||
LOG(INFO) << "tok_start: " << tok_start;
|
||||
//LOG(INFO) << "tok_start: " << tok_start;
|
||||
}
|
||||
|
||||
return ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user