[Erp5-report] r25073 - /erp5/trunk/products/ERP5/Document/BudgetModel.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jan 12 11:29:16 CET 2009


Author: jerome
Date: Mon Jan 12 11:29:16 2009
New Revision: 25073

URL: http://svn.erp5.org?rev=25073&view=rev
Log:
remove debugging print

Modified:
    erp5/trunk/products/ERP5/Document/BudgetModel.py

Modified: erp5/trunk/products/ERP5/Document/BudgetModel.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/BudgetModel.py?rev=25073&r1=25072&r2=25073&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/BudgetModel.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/BudgetModel.py [utf8] Mon Jan 12 11:29:16 2009
@@ -69,7 +69,6 @@
         continue
       variation_cell_range = budget_variation.getCellRangeForBudgetLine(
                                budget_line, matrixbox=matrixbox)
-      print budget_variation, variation_cell_range
       if variation_cell_range and variation_cell_range not in cell_range:
         cell_range.extend(variation_cell_range)
     return cell_range




More information about the Erp5-report mailing list