Skip to content

Commit

Permalink
delete incorrect logs (#714)
Browse files Browse the repository at this point in the history
Co-authored-by: longshiming <[email protected]>
  • Loading branch information
longshiming and longshiming authored Mar 28, 2024
1 parent 559744a commit de655e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sherpa-onnx/jni/jni.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1808,7 +1808,6 @@ Java_com_k2fsa_sherpa_onnx_WaveReader_00024Companion_readWaveFromAsset(
SHERPA_ONNX_LOGE("Failed to get asset manager: %p", mgr);
exit(-1);
}
SHERPA_ONNX_LOGE("Failed to read %s", p_filename);
std::vector<char> buffer = sherpa_onnx::ReadFile(mgr, p_filename);

std::istrstream is(buffer.data(), buffer.size());
Expand Down

0 comments on commit de655e8

Please sign in to comment.