Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglei1949 committed Dec 16, 2024
1 parent 8a75b74 commit 3f0a2bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flex/utils/property/column.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ std::string_view truncate_utf8(std::string_view str, size_t length) {
} else if ((ch & 0xF8) == 0xF0) {
char_length = 4;
}
LOG(INFO) << "current char length: " << char_length
<< ", byte_count: " << byte_count;
if (byte_count + char_length > length) {
break;
}
Expand Down

0 comments on commit 3f0a2bd

Please sign in to comment.