mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Remove some debugging statements
This commit is contained in:
parent
e41fcf19fe
commit
c025ed6404
@ -52,8 +52,6 @@ class passwd(frontend.Command):
|
||||
:param param uid: The login name of the user being updated.
|
||||
:param kw: Not used.
|
||||
"""
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
if principal.find('@') > 0:
|
||||
u = principal.split('@')
|
||||
if len(u) > 2:
|
||||
|
Loading…
Reference in New Issue
Block a user