None logging fixed
This commit is contained in:
parent
b3f7f15d18
commit
c82e894f7e
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue