Skip to content

Commit 07257b9

Browse files
committed
Revert "Improve debugging output"
ea0aba7
1 parent ea0aba7 commit 07257b9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/hypothesistooling.py

-4
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,6 @@ def changed_files_from_master():
364364

365365
def should_run_ci_task(task, is_pull_request):
366366
"""Given a task name, should we run this task?"""
367-
print('Considering whether we should run make %s...' % task)
368-
369367
if not is_pull_request:
370368
print('We only skip tests if the job is a pull request.')
371369
return True
@@ -389,8 +387,6 @@ def should_run_ci_task(task, is_pull_request):
389387
# know are safe to ignore, and run tests if there's anything left.
390388
changed_files = changed_files_from_master()
391389

392-
print('@@AWLC changed_files = %r' % changed_files)
393-
394390
interesting_changed_files = [
395391
f for f in changed_files if could_affect_tests(f)
396392
]

0 commit comments

Comments
 (0)