Skip to content

Commit c127769

Browse files
committed
Remove debug spam
1 parent 74cd713 commit c127769

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/native/runtime-base/android-system.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -741,12 +741,10 @@ AndroidSystem::setup_apk_directories (unsigned short running_on_cpu, jstring_arr
741741

742742
if (have_split_apks) {
743743
if (Util::ends_with (apk, SharedConstants::split_config_abi_apk_name)) {
744-
log_warn (LOG_ASSEMBLY, "Here #1");
745744
add_apk_libdir (apk, number_of_added_directories, abi);
746745
break;
747746
}
748747
} else {
749-
log_warn (LOG_ASSEMBLY, "Here #2");
750748
add_apk_libdir (apk, number_of_added_directories, abi);
751749
}
752750
}

0 commit comments

Comments
 (0)