Commit a2c29757 authored by Julien Muchembled's avatar Julien Muchembled

Remove debugging-related code (1 LOG call).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21254 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 305f0ac3
......@@ -1060,7 +1060,6 @@ class SimulationTool(BaseTool):
assert isinstance(where_query, basestring) and len(where_query)
stock_sql_kw['where_expression'] = '(%s) AND (%s)' % \
(where_query, greater_than_date_query)
LOG(None, 0, 'optimisation_success = True')
# Get initial inventory amount
initial_inventory_line_list = self.Resource_zGetInventoryList(
stock_table_id=EQUAL_DATE_TABLE_ID,
......
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