Skip to content

Commit c3ae53b

Browse files
committed
Remove debug print
1 parent 9350164 commit c3ae53b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ci/scripts/jni_windows_build.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,6 @@ cmake \
8787
-GNinja
8888
cmake --build "${build_dir}/cpp"
8989
cmake --install "${build_dir}/cpp"
90-
echo "--- ${install_dir}/lib/cmake/Arrow/ArrowConfig.cmake ---"
91-
cat "${install_dir}/lib/cmake/Arrow/ArrowConfig.cmake"
92-
echo "--- ${install_dir}/lib/cmake/Arrow/ArrowTargets.cmake ---"
93-
cat "${install_dir}/lib/cmake/Arrow/ArrowTargets.cmake"
94-
echo "--- ${install_dir}/lib/cmake/Arrow/ArrowTargets-release.cmake ---"
95-
cat "${install_dir}/lib/cmake/Arrow/ArrowTargets-release.cmake"
9690
github_actions_group_end
9791

9892
if [ "${ARROW_RUN_TESTS:-OFF}" = "ON" ]; then

0 commit comments

Comments
 (0)