We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b070d commit 404b785Copy full SHA for 404b785
test-app/runtime/src/main/cpp/runtime/Runtime.cpp
@@ -375,7 +375,6 @@ std::string Runtime::ReadFileText(const std::string &filePath) {
375
}
376
377
void Runtime::DestroyRuntime() {
378
- DEBUG_WRITE_FORCE("%s", "DESTROYING RUNTIME NOW");
379
is_destroying = true;
380
MetadataNode::onDisposeEnv(env);
381
ArgConverter::onDisposeEnv(env);
0 commit comments