Commit 10e4ccf5 authored by Jérome Perrin's avatar Jérome Perrin

remove pdb break point


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8452 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 99c3babc
......@@ -317,7 +317,6 @@ class SetGetter(ListGetter):
def __call__(self, instance, *args, **kw):
result_list = ListGetter.__call__(self, instance, *args, **kw)
# import pdb; pdb.set_trace()
result_set = dict([(x, 0) for x in result_list]).keys()
return result_set
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment