diff --git a/app/src/main/cpp/src/qcom/QCOMModel.cpp b/app/src/main/cpp/src/qcom/QCOMModel.cpp index c1f13c86..f96b124e 100644 --- a/app/src/main/cpp/src/qcom/QCOMModel.cpp +++ b/app/src/main/cpp/src/qcom/QCOMModel.cpp @@ -93,7 +93,6 @@ int QCOMModel::load(const std::string &path, int device_id) { dynamicloadutil::getQnnSystemFunctionPointers(systemLibraryPath, &qnnFunctionPointers); if (dynamicloadutil::StatusCode::SUCCESS != statusCode) { - LOGI("ZZY THIS STATUSCODE IS %d", statusCode); LOGE("Error initializing QNN System Function Pointers"); return -1; }