diff --git a/roles/git/checks/files/distgit_check_hook.py b/roles/git/checks/files/distgit_check_hook.py index ba9cac25f8..394c9e07d3 100644 --- a/roles/git/checks/files/distgit_check_hook.py +++ b/roles/git/checks/files/distgit_check_hook.py @@ -106,7 +106,6 @@ def main(): repo_path = os.path.join(dirpath, repo) if not repo_path.endswith('.git'): continue - print('Checking %s' % repo_path) hook = os.path.join(repo_path, 'hooks', 'post-receive') if not is_valid_hook(hook, target_link) and not args.check: