diff --git a/textcoder/js_textdecoder.cpp b/textcoder/js_textdecoder.cpp index c059f1e4479eb5abe3fc60b77de344137963bdd3..f91210bdea8f728ce1ffb2ae755605a9aa38224c 100755 --- a/textcoder/js_textdecoder.cpp +++ b/textcoder/js_textdecoder.cpp @@ -112,7 +112,6 @@ napi_value TextDecoder::Decode(napi_value src, bool iflag) const char* tempCh = tepStr.c_str(); char* rstCh = const_cast(tempCh); napi_value resultStr = nullptr; - HILOG_ERROR("textcoder strlen(rstCh): %{public}d", strlen(rstCh)); NAPI_CALL(env_, napi_create_string_utf8(env_, rstCh, strlen(rstCh), &resultStr)); if (arr != nullptr) { delete[] arr;