Remove a debugging statement
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
809489bc7c
commit
1320c7f424
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue