From 437732c89d6ff00ad90062db7d26077c6c079970 Mon Sep 17 00:00:00 2001 From: Kishore Nallan Date: Thu, 6 Jul 2023 10:31:41 +0530 Subject: [PATCH] Remove stray logging in test. --- test/tokenizer_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tokenizer_test.cpp b/test/tokenizer_test.cpp index ff416f7d..64a34066 100644 --- a/test/tokenizer_test.cpp +++ b/test/tokenizer_test.cpp @@ -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 ;