[Erp5-report] r21254 - /erp5/trunk/products/ERP5/Tool/SimulationTool.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Sat May 31 12:05:37 CEST 2008
Author: jm
Date: Sat May 31 12:05:35 2008
New Revision: 21254
URL: http://svn.erp5.org?rev=21254&view=rev
Log:
Remove debugging-related code (1 LOG call).
Modified:
erp5/trunk/products/ERP5/Tool/SimulationTool.py
Modified: erp5/trunk/products/ERP5/Tool/SimulationTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Tool/SimulationTool.py?rev=21254&r1=21253&r2=21254&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Tool/SimulationTool.py (original)
+++ erp5/trunk/products/ERP5/Tool/SimulationTool.py Sat May 31 12:05:35 2008
@@ -1060,7 +1060,6 @@
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,
More information about the Erp5-report
mailing list