Remove some debugging statements

This commit is contained in:
Rob Crittenden 2008-12-11 16:06:26 -05:00
parent e41fcf19fe
commit c025ed6404

View File

@ -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: