remove debug-log

This commit is contained in:
Jakobus Schürz 2019-09-06 00:44:26 +02:00
parent ea02faf354
commit 2cb9ed308a

View file

@ -69,9 +69,6 @@ class Main(app.App):
if git_dir is None: if git_dir is None:
log.error('Must have GIT_DIR set in enviroment') log.error('Must have GIT_DIR set in enviroment')
sys.exit(1) sys.exit(1)
else:
log.debug("GIT_DIR", git_dir)
if hook == 'post-update': if hook == 'post-update':
log.info('Running hook %s', hook) log.info('Running hook %s', hook)