Skip to content

Commit 404b785

Browse files
committed
chore: cleanup
1 parent 51b070d commit 404b785

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test-app/runtime/src/main/cpp/runtime/Runtime.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ std::string Runtime::ReadFileText(const std::string &filePath) {
375375
}
376376

377377
void Runtime::DestroyRuntime() {
378-
DEBUG_WRITE_FORCE("%s", "DESTROYING RUNTIME NOW");
379378
is_destroying = true;
380379
MetadataNode::onDisposeEnv(env);
381380
ArgConverter::onDisposeEnv(env);

0 commit comments

Comments
 (0)