Remove left-over debugging statement

This commit is contained in:
Rob Crittenden 2010-05-14 17:28:22 -04:00
parent 64490a3ee0
commit 1943993737

View File

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