Commit 62d72778 authored by Romain Courteaud's avatar Romain Courteaud

Remove some log messages.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3108 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2f51054b
......@@ -281,9 +281,9 @@ class PredicateGroup(Folder, Predicate):
_identity_criterion=identity_criterion,
_range_criterion=range_criterion)
LOG('PredicateGroup.asPredicate, new_self.getMembershipCriterionCategoryList',0,new_self.getMembershipCriterionCategoryList())
LOG('PredicateGroup.asPredicate, new_self.getMultiMembershipCriterionBaseCategoryList',0,new_self.getMultimembershipCriterionBaseCategoryList())
LOG('PredicateGroup.asPredicate, new_self.__class__',0,new_self.__class__)
# LOG('PredicateGroup.asPredicate, new_self.getMembershipCriterionCategoryList',0,new_self.getMembershipCriterionCategoryList())
# LOG('PredicateGroup.asPredicate, new_self.getMultiMembershipCriterionBaseCategoryList',0,new_self.getMultimembershipCriterionBaseCategoryList())
# LOG('PredicateGroup.asPredicate, new_self.__class__',0,new_self.__class__)
return new_self
......
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