None logging fixed

This commit is contained in:
Jakobus Schürz 2019-07-31 18:20:02 +02:00
parent b3f7f15d18
commit c82e894f7e

View file

@ -45,7 +45,6 @@ def ssh_extract_user(pubkey):
def initial_commit(git_dir, cfg, pubkey, user): def initial_commit(git_dir, cfg, pubkey, user):
log.debug('create initial commit') log.debug('create initial commit')
log.info('User: ' + user) log.info('User: ' + user)
log.debug('pubkey: ' + pubkey)
if pubkey is None: if pubkey is None:
keyfile = 'keydir/principals' keyfile = 'keydir/principals'
content = user content = user