log entfernt
This commit is contained in:
parent
1a02e0763e
commit
34e373864f
1 changed files with 0 additions and 3 deletions
|
@ -24,9 +24,6 @@ def serve_principal(cfg, sshUser, principals):
|
||||||
for p in util.getAllowedSSHPrincipals(config=cfg).split() :
|
for p in util.getAllowedSSHPrincipals(config=cfg).split() :
|
||||||
print TEMPLATE % dict(user=sshUser, principals=p)
|
print TEMPLATE % dict(user=sshUser, principals=p)
|
||||||
|
|
||||||
log.debug(TEMPLATE % dict(user=sshUser, principals=p))
|
|
||||||
|
|
||||||
|
|
||||||
class Main(app.App):
|
class Main(app.App):
|
||||||
def create_parser(self):
|
def create_parser(self):
|
||||||
parser = super(Main, self).create_parser()
|
parser = super(Main, self).create_parser()
|
||||||
|
|
Loading…
Reference in a new issue