From 194399373795cf297ffae48588598d9585ae0ad4 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 14 May 2010 17:28:22 -0400 Subject: Remove left-over debugging statement --- ipalib/plugins/aci.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'ipalib') diff --git a/ipalib/plugins/aci.py b/ipalib/plugins/aci.py index 03e5639f..ab69c9a3 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: -- cgit