Remove stray logging in test.

This commit is contained in:
Kishore Nallan 2023-07-06 10:31:41 +05:30
parent a69137ff3b
commit 437732c89d

View File

@ -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 ;