summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-12-11 16:06:26 -0500
committerRob Crittenden <rcritten@redhat.com>2008-12-11 16:06:26 -0500
commitc025ed6404e147f19b71b398e920fd1b3a05452a (patch)
treed07f35c77b6aa64333c77d6fdd556d4d62b79997 /ipalib/plugins
parente41fcf19fe82c41fe024b261d94814e092e6abaf (diff)
downloadfreeipa-c025ed6404e147f19b71b398e920fd1b3a05452a.tar.gz
freeipa-c025ed6404e147f19b71b398e920fd1b3a05452a.tar.xz
freeipa-c025ed6404e147f19b71b398e920fd1b3a05452a.zip
Remove some debugging statements
Diffstat (limited to 'ipalib/plugins')
-rw-r--r--ipalib/plugins/f_passwd.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipalib/plugins/f_passwd.py b/ipalib/plugins/f_passwd.py
index c82cd4550..1e0dfc1cb 100644
--- a/ipalib/plugins/f_passwd.py
+++ b/ipalib/plugins/f_passwd.py
@@ -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: