Skip to content

Commit

Permalink
MINOR: [Dev][Archery][Integration] Remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 17, 2024
1 parent 38b0c79 commit f4160d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dev/archery/archery/integration/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,9 +586,7 @@ def run_all_tests(with_cpp=True, with_java=True, with_js=True,
run_c_data=False, tempdir=None, target_languages="",
**kwargs):
tempdir = tempdir or tempfile.mkdtemp(prefix='arrow-integration-')
print(["before", target_languages])
target_languages = list(filter(len, target_languages.split(",")))
print(["after", target_languages])

testers: List[Tester] = []
other_testers: List[Tester] = []
Expand Down

0 comments on commit f4160d3

Please sign in to comment.