Remove a debugging statement

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2018-04-17 14:06:21 +02:00
parent 809489bc7c
commit 1320c7f424

View file

@ -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: