diff options
author | Rob Crittenden <rcritten@redhat.com> | 2010-05-14 17:28:22 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2010-05-14 17:28:22 -0400 |
commit | 194399373795cf297ffae48588598d9585ae0ad4 (patch) | |
tree | 10145f6515a3cf5f04d67042792cc60eea8116af /ipalib | |
parent | 64490a3ee08729c5739c0e84b0b50b8ae0e376d3 (diff) | |
download | freeipa-194399373795cf297ffae48588598d9585ae0ad4.tar.gz freeipa-194399373795cf297ffae48588598d9585ae0ad4.tar.xz freeipa-194399373795cf297ffae48588598d9585ae0ad4.zip |
Remove left-over debugging statement
Diffstat (limited to 'ipalib')
-rw-r--r-- | ipalib/plugins/aci.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ipalib/plugins/aci.py b/ipalib/plugins/aci.py index 03e5639fa..ab69c9a3c 100644 --- a/ipalib/plugins/aci.py +++ b/ipalib/plugins/aci.py @@ -130,8 +130,6 @@ def _make_aci(current, aciname, kw): entry_attrs = api.Command['taskgroup_add']( kw['taskgroup'], **tgkw )['result'] - import pdb - pdb.set_trace() elif group: # Not so friendly with groups. This will raise try: |