Commit 799658a9 authored by Jérome Perrin's avatar Jérome Perrin

remove debugging print


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25073 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0e2946a3
......@@ -69,7 +69,6 @@ class BudgetModel(Predicate):
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
......
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