diff --git a/commit0/cli.py b/commit0/cli.py index 9d49fcd..61670cd 100644 --- a/commit0/cli.py +++ b/commit0/cli.py @@ -200,8 +200,6 @@ def get_tests( check_commit0_path() check_valid(repo_name, SPLIT_ALL) - typer.echo(f"Getting tests for repository: {repo_name}") - commit0.harness.get_pytest_ids.main(repo_name, verbose=1)