diff --git a/product/ERP5/Document/BusinessProcess.py b/product/ERP5/Document/BusinessProcess.py index dff9022ddfbc66812f926a3cfb35e2ab6021ffd0..757506ff667d448b66bf61c11e5804a0f2d138ea 100644 --- a/product/ERP5/Document/BusinessProcess.py +++ b/product/ERP5/Document/BusinessProcess.py @@ -240,8 +240,6 @@ class BusinessProcess(Path, XMLObject): # and avoid using the low level Predicate API. But the Domain Tool does # support the condition above without scripting? if context is None: - LOG('ERP5.Document.BusinessProcess', 0, 'Context is None %r' % - (business_link_list,)) return business_link_list return [business_link for business_link in business_link_list if business_link.test(context)]