Commit 17cc0b24 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove log output.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33651 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ed0b5d9a
......@@ -29,7 +29,6 @@
XXX This file is experimental for new simulation implementation, and
will replace DeliveryRule.
"""
from zLOG import LOG
import zope.interface
from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions, PropertySheet, interfaces
......@@ -130,7 +129,6 @@ class TradeModelRuleMovementGenerator(MovementGeneratorMixin):
kw['base_contribution'] = amount.getProperty(
'base_contribution_list')
LOG('kw before setting order and delivery to None', 0, repr(kw))
kw['order'] = None
kw['delivery'] = None # Where does this come from ??? XXX-JPS - Why not None ?
# XXX-JPS Way too many properties are copied
......
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