From 1320c7f424deee4b2bb65e067f1ea45ac1f10f79 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 17 Apr 2018 14:06:21 +0200 Subject: [PATCH] Remove a debugging statement Signed-off-by: Pierre-Yves Chibon --- roles/git/checks/files/distgit_check_hook.py | 1 - 1 file changed, 1 deletion(-) 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: