Commit aeafa160 authored by Arnaud Fontaine's avatar Arnaud Fontaine

erp5_real_time_inventory_accounting: Remove debugging log statement.

parent 53e40608
......@@ -5,7 +5,4 @@ kw['select_dict'] = dict(delivery_uid=None)
kw['group_by'] = ('uid',)
kw['grand_parent_simulation_state'] = 'started', 'stopped', 'delivered'
result = context.portal_catalog(**kw)
context.log("%r => %r" % (kw, [brain.getObject() for brain in result]))
return result
return context.portal_catalog(**kw)
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