Skip to content

Commit

Permalink
MINOR: [Dev][Archery][Integration] Remove debug prints (apache#44140)
Browse files Browse the repository at this point in the history
### Rationale for this change

apache#44099 included debug prints.

### What changes are included in this PR?

Remove debug prints.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
kou authored Sep 17, 2024
1 parent 38b0c79 commit fea1e97
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 fea1e97

Please sign in to comment.