Skip to content

Commit 7c882a9

Browse files
authored
Merge pull request #53 from commit-0/remove-excess-prints
removed excessive prints for get-tests
2 parents 357001d + 38688f0 commit 7c882a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

commit0/cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,6 @@ def get_tests(
200200
check_commit0_path()
201201
check_valid(repo_name, SPLIT_ALL)
202202

203-
typer.echo(f"Getting tests for repository: {repo_name}")
204-
205203
commit0.harness.get_pytest_ids.main(repo_name, verbose=1)
206204

207205

0 commit comments

Comments
 (0)