mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 19:12:18 +08:00
Remove a debugging statement
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user