remove debug-log
This commit is contained in:
parent
ea02faf354
commit
2cb9ed308a
1 changed files with 0 additions and 3 deletions
|
@ -69,9 +69,6 @@ class Main(app.App):
|
|||
if git_dir is None:
|
||||
log.error('Must have GIT_DIR set in enviroment')
|
||||
sys.exit(1)
|
||||
else:
|
||||
log.debug("GIT_DIR", git_dir)
|
||||
|
||||
|
||||
if hook == 'post-update':
|
||||
log.info('Running hook %s', hook)
|
||||
|
|
Loading…
Reference in a new issue